Python package to reduce VLT/ERIS/SPIFFIER data using esorex commands and custom functionalities.
Install esorex and the ERIS instrument pipeline from the ESO website: https://www.eso.org/sci/software/pipelines/.
Then clone SpyFFIER from source and install using pip:
git clone git@github.com:JHayoz/SpyFFIER.git
cd SpyFFIER
pip install .
Follow the example.jpnb notebook for a simple data reduction.
Contributions are welcome! Please open issues or submit pull requests.
This project is licensed under the GNU License - see the LICENSE file for details.
- If you make use of this package, please cite Hayoz et al. 2025, in preparation.
- Uses
numpy,astropy,scipy,PynPoint.