FLITECAMImagingParameters¶
- class sofia_redux.pipeline.sofia.parameters.flitecam_imaging_parameters.FLITECAMImagingParameters(default=None, config=None, pipecal_config=None)[source]¶
Bases:
FLITECAMParameters
Reduction parameters for the FLITECAM Imaging pipeline.
Initialize parameters with default values.
The various config files are used to override certain parameter defaults for particular observation modes, or dates, etc.
- Parameters:
- configdict-like, optional
Reduction mode and auxiliary file configuration mapping, as returned from the sofia_redux.instruments.flitecam
getcalpath
function.- pipecal_configdict-like, optional
Flux calibration and atmospheric correction configuration, as returned from the pipecal
pipecal_config
function.
Methods Summary
fluxcal
(step_index)Modify parameters for the fluxcal step.
Methods Documentation
- fluxcal(step_index)[source]¶
Modify parameters for the fluxcal step.
Sets the photometry parameters fitsize and fwhm from
pipecal_config
.Default values for these parameters, by instrument and mode, are defined in pipecal configuration files.
- Parameters:
- step_indexint
Reduction recipe index for the step.