This repository contains materials and code for the ADASS 2025 solar wavelength calibration tutorial.
The project uses Python 3.11 and the following main dependencies: - astropy - numpy - pooch - pydantic - scipy - lmfit - jupyterlab - matplotlib
See environment.yml for full details.
Create the environment using conda:
```bash conda env create -f environment.yml conda activate ADASS-2025-solar-wavecal-tutorial