Combined Modes¶
The observing modes described in this section are those that require the outputs of previous observing blocks.
Compute Sensitivity from Std Stars¶
| Mode: | |
|---|---|
| Usage: | Offline |
| Key: | MEGARA_SENSITIVITY_STAR |
| Product: | MasterSensitivity |
| Recipe: | Recipe |
| Recipe input: | RecipeInput |
| Recipe result: | RecipeResult |
Recipe, inputs and results¶
-
class
megaradrp.recipes.combined.sensstar.Recipe(*args, **kwds)¶ Process Sensitivity Star Recipe.
This recipe processes a set of images processed by the recipes of Standard star with the FIBER MOS or Standard star with the LCB IFU and returns the sensitivity correction required for flux calibration.
-
class
RecipeInput(*args, **kwds)¶ RecipeInput documentation.
Attributes
master_extinction (Extinction, requirement) Atmospheric extinction obresult (ObservationResultType, requirement) Observation Result reference_spectra (ListOfType, requirement) Reference spectra of Std stars
-
class
Recipe.RecipeResult(*args, **kwds)¶ RecipeResult documentation.
Attributes
master_sensitivity (MasterSensitivity, product) qc (QualityControlProduct, product)
-
class
Compute Extinction and Sensitivity from Std Stars¶
| Mode: | Compute Extinction from Std Stars |
|---|---|
| Usage: | Offline |
| Key: | MEGARA_EXTINCTION_STAR |
| Product: | MasterSensitivity, Extinction |
| Recipe: | Recipe |
| Recipe input: | RecipeInput |
| Recipe result: | RecipeResult |
Recipe, inputs and results¶
-
class
megaradrp.recipes.combined.extinctionstar.Recipe(*args, **kwds)¶ Process Sensitivity Star Recipe.
This recipe processes a set of images processed by the recipes of Standard star with the FIBER MOS or Standard star with the LCB IFU and returns the sensitivity correction and the atmospheric extinction required for flux calibration.
-
class
RecipeInput(*args, **kwds)¶ RecipeInput documentation.
Attributes
obresult (ObservationResultType, requirement) Observation Result reference_spectra (ListOfType, requirement) Reference spectra of Std stars
-
class
Recipe.RecipeResult(*args, **kwds)¶ RecipeResult documentation.
Attributes
master_extinction (Extinction, product) Atmospheric extinction master_sensitivity (MasterSensitivity, product) qc (QualityControlProduct, product)
-
class