A simulator for the Slicer Combined with Array of Lenslets for Exoplanet Spectroscopy (SCALES).
Clone the repository.
git clone https://github.com/scalessim/scalessimYou'll need to get a folder called "data" and put it in the main scalessim directory.
Create conda environment from yml file.
conda env create -f scalessim.yamlActivate conda environment and open up jupyter notebook.
conda activate my-scalessim
jupyter notebookOpen up an example notebook like scales_lowres_planet_injection.ipynb!