StellarSpectraObservationFitting.jl

Data-driven models for extremely precise radial velocity (EPRV) spectra
Author christiangil
Popularity
5 Stars
Updated Last
1 Year Ago
Started In
January 2021

StellarSpectraObservationFitting.jl (SSOF, /suf/ like soufflé)

StellarSpectraObservationFitting (SSOF) is a Julia package for measuring radial velocities and creating data-driven models (with fast, physically-motivated Gaussian Process regularization) for the time-variable spectral features for both the telluric transmission and stellar spectrum measured by Extremely Precise Radial Velocity (EPRV) spectrographs (while accounting for the wavelength-dependent instrumental line-spread function)

Documentation

For more details and options, see the documentation

Installation

This package is in rapid development so do not expect any stability yet, but the current version can be installed with the following

using Pkg
Pkg.add("StellarSpectraObservationFitting")
# Pkg.develop(;url = "https://github.com/christiangil/StellarSpectraObservationFitting.jl")  # if you wanted to be able to locally edit the code easily