FLITECAMSpectroscopyParameters

class sofia_redux.pipeline.sofia.parameters.flitecam_spectroscopy_parameters.FLITECAMSpectroscopyParameters(default=None, config=None, pipecal_config=None)[source]

Bases: FLITECAMParameters

Reduction parameters for the FLITECAM spectroscopy 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.on.

Methods Summary

extract_spectra(step_index)

Modify parameters for the set apertures step.

flux_calibrate(step_index)

Modify parameters for the flux calibrate step.

locate_apertures(step_index)

Modify parameters for the locate apertures step.

make_image(step_index)

Modify parameters for the make_image step.

make_profiles(step_index)

Modify parameters for the profile step.

set_apertures(step_index)

Modify parameters for the set apertures step.

trace_continuum(step_index)

Modify parameters for the trace continuum step.

Methods Documentation

extract_spectra(step_index)[source]

Modify parameters for the set apertures step.

Sets defaults according to observation parameters in config.

Parameters:
step_indexint

Reduction recipe index for the step.

flux_calibrate(step_index)[source]

Modify parameters for the flux calibrate step.

Sets default response file and resolution. Turns off auto optimization for G111 grism.

Parameters:
step_indexint

Reduction recipe index for the step.

locate_apertures(step_index)[source]

Modify parameters for the locate apertures step.

Sets defaults according to observation parameters in config.

Parameters:
step_indexint

Reduction recipe index for the step.

make_image(step_index)[source]

Modify parameters for the make_image step.

Sets default flat file.

Parameters:
step_indexint

Reduction recipe index for the step.

make_profiles(step_index)[source]

Modify parameters for the profile step.

Sets default wavefile and sets background subtraction according to config.

Parameters:
step_indexint

Reduction recipe index for the step.

set_apertures(step_index)[source]

Modify parameters for the set apertures step.

Sets defaults according to observation parameters in config.

Parameters:
step_indexint

Reduction recipe index for the step.

trace_continuum(step_index)[source]

Modify parameters for the trace continuum step.

Sets defaults according to observation parameters in config.

Parameters:
step_indexint

Reduction recipe index for the step.