A simulator for the Santa Cruz Array of Lenslets for Exoplanet Spectroscopy (SCALES).
Clone the repository.
git clone https://github.com/scalessim/scalessimCreate conda environment from yml file.
conda env create -f scales.ymlActivate conda environment and open up jupyter notebook.
conda activate scales
jupyter notebookOpen up example notebook: scales_SED_cube.ipynb. You can change the scene and settings in the second code cell.