MataanP / saphires

Analysis tools for stellar spectroscopy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAPHIRES

SAPHIRES - Stellar Analysis in Python for HIgh REsolution Spectroscopy

DOI

Installation

pip install saphires

Description

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:

  • Spectral-Line Broadening Functions

  • TODCOR (Two-Dimensional Cross Correlation)

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...

Documentation

See the documentation for information on how to install and use saphires.

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

About

Analysis tools for stellar spectroscopy

License:MIT License


Languages

Language:Python 98.9%Language:LiveScript 1.1%