FORCASTSpatcalReduction¶
- class sofia_redux.pipeline.sofia.forcast_spatcal_reduction.FORCASTSpatcalReduction[source]¶
Bases:
FORCASTWavecalReduction
FORCAST spectroscopic spatial calibration reduction steps.
This reduction object defines specialized reduction steps for generating spatial calibration data from spectroscopic input files. It is selected by the SOFIA chooser only if a top-level configuration flag is supplied (spatcal=True). The final output product from this reduction is a FITS file (*SCL*.fits) with PRODTYPE = ‘spatcal’. This file can be supplied to the standard spectroscopic pipeline, at the make_profiles step, to specify a new spatial calibration.
Initialize the reduction object.
Methods Summary
Fit a 2D surface to traced positions.
load
(data[, param_class])Call parent load, with spatcal parameters.
Methods Documentation