Quick look tools for LLAMAS spectroscopic data reduction and analysis.
Create and activate the conda environment:
conda env create -f environment.yml
conda activate llamas-quicklook-
utils/- Core analysis modulesio.py- FITS file I/O for LLAMAS spectrageometry.py- Fiber mapping and 2D Gaussian fittingwhitelight.py- Whitelight image constructioncoadd.py- Weighted spectral coaddingplotting.py- Visualization toolspaths.py- Path management utilities
-
notebooks/- Analysis notebooks1_io.ipynb- Basic I/O examples2_rss_to_1dspec.ipynb- RSS to 1D spectrum extraction pipeline
-
config/- Configuration filesLLAMAS_FiberMap_rev04.dat- Fiber position lookup table
See the notebooks in notebooks/ for example workflows.
- numpy
- astropy
- matplotlib
- scipy
- seaborn