PyDIET is CFHT's new Direct Imaging Exposure Time calculator.
PyDIET is still in testing phase. The authors reserve the right to modify, update, or discontinue any aspect of the package at any time without notice. This includes, but is not limited to, changes in instrument models, calibration data, algorithms, or implementation details, which may result in differences in the outputs produced by PyDIET over time.
The authors shall not be liable for any direct, indirect, incidental, consequential, or special damages arising out of or in connection with the use of, or inability to use PyDIET including but not limited to errors in calculations, scientific results, or observational planning.
git clone https://github.com/astromatic/pydiet
cd pydiet
pip install .
To build a Dockerfile for installing pyDiet:
docker build -t pydiet:latest -f docker/Dockerfile .
Run, get a shell, and python venv
docker run -tid --name pydiet pydiet
docker exec -ti pydiet "/bin/bash"
source venv_pydiet/bin/activate
pydiet -b
PyDIET can easily be adapted to other astronomical imagers by simply editing the data/data_config.toml file in TOML format, and supplying pysynphot-compliant transmission/emission FITS files for the various parts of the instrument chain.
Use the provided utils/extract_filter.py script to convert ASCII tables to pysynphot-compliant FITS format.
The web interface can easily be customized to accomodate one or several instruments through query form and result display templates.