FIFILSParameters¶
- class sofia_redux.pipeline.sofia.parameters.fifils_parameters.FIFILSParameters(basehead=None)[source]¶
Bases:
Parameters
Reduction parameters for the FIFI-LS pipeline.
Initialize parameters with default values.
The baseline header may be used to override default parameters.
- Parameters:
- baseheaddict-like
Baseline header for retrieving instrument or observation mode.
Methods Summary
copy
()Return a copy of the parameters.
resample
(step_index)Modify parameters for the resample step.
Methods Documentation