# SAPHIRES
SAPHIRES - Stellar Analysis in Python for HIgh REsolution Spectroscopy

Installation:
pip install saphires

This python package includes some common tools for the analysis of high resolution spectra 
that don't typically have easily accessible python versions.

It currently includes:

- TODCOR (Two-Dimensional Cross Correlation)

- Spectral-Line Broadening Functions

It will soon include the following tools:

- Fourier Cross Correlation


There is also a utilities module (utils) that has some generally useful functions:

- Air to vacuum wavelength conversions, and vice versa (vac2air, air2vac)

- Continuum normalization (cont_norm)

- With more to come...

This code is actively being developed with the help of Danny Krolikowski, Natalie Gosnell, Emily Leiner, Victoria Catlett, and Miguel Gutierrez.
