Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 954 Bytes

classes.rst

File metadata and controls

37 lines (25 loc) · 954 Bytes

Available Classes

Currently there are two classes available.
  • Spectrum <spectrumclass>
  • DifferentialSpectrum <diffclass>

Spectrum

A class to contain a spectrum. The operators have been overloaded so that you can easily manipulate spectra.

spectrum_overload.spectrum.Spectrum

Differential Spectrum

Compute the difference between two Spectrum <spectrumclass> objects.

This is in an introductory state and need more work.

Would be useful add an s-profile function from Ferluga et al. 1997. The subtraction of two gaussian lines with a RV offset.

spectrum_overload.Differential.DifferentialSpectrum