FORCASTSpectroscopyParameters¶
- class sofia_redux.pipeline.sofia.parameters.forcast_spectroscopy_parameters.FORCASTSpectroscopyParameters(default=None, drip_cal_config=None, drip_config=None)[source]¶
Bases:
FORCASTParametersReduction parameters for the FORCAST 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:
- drip_cal_configdict-like, optional
Reduction mode and auxiliary file configuration mapping, as returned from the sofia_redux.instruments.forcast
getcalpathfunction.- drip_configdict-like, optional
DRIP configuration, as loaded by the sofia_redux.instruments.forcast
configurationfunction.
Methods Summary
combine_spectra(step_index)Modify parameters for the combine spectra step.
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_profiles(step_index)Modify parameters for the profile step.
set_apertures(step_index)Modify parameters for the set apertures step.
stack_dithers(step_index)Modify parameters for the stack dithers step.
trace_continuum(step_index)Modify parameters for the trace continuum step.
Methods Documentation
- combine_spectra(step_index)[source]¶
Modify parameters for the combine spectra step.
Set to make spectral cube for slitscan.
- Parameters:
- step_indexint
Reduction recipe index for the step.
- extract_spectra(step_index)[source]¶
Modify parameters for the set apertures step.
Sets defaults according to observation parameters in
drip_cal_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
drip_cal_config.- 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
drip_cal_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
drip_cal_config.- Parameters:
- step_indexint
Reduction recipe index for the step.