-
Notifications
You must be signed in to change notification settings - Fork 6
Wavelength Solution
Mickael Rigault edited this page Oct 20, 2017
·
5 revisions
Concept: The wavelength solution is the parametrization of the pixel-wavelength relation. This solution is made of two steps:
- Fit the central position (in pixel) of sets of predefined spectral arclamp lines.
- Fit the polynomial relation between the fitted pixel position and the known line wavelengths.
File: pysedm/wavesolution.py
Objects:
-
WaveSolution
: Main object, contains high level based on following objects -
SpaxelWaveSolution
: Object enabling the pixel<->wavelength (not fitting, only using) -
VirtualArcSpectrum
: [Virtual] Has the wavelengths solution fit.-
ArcSpectrum
: Fit the line position (in pixel) for 1 given spectrum -
ArcSpectrumCollection
: Fit the line position (in pixel) for a list of spectra.
-