lsst-camera-dh / ghosts

Simulate Rubin LSST ghosts image
Other
0 stars 0 forks source link

use some configuration mecanism to point to the `data` directory #33

Open bregeon opened 2 years ago

bregeon commented 2 years ago

telescope = build_telescope("../data/LSST_CCOB_r.yaml") is no good... $GHOST_DATA_DIR/LSST_CCOB_r.yaml would be better... or have a get_data_dir() function in tools, or whatever works and is nice.