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:

MegaraSensitivityStar

Product:

MasterSensitivity

Recipe:

Recipe

Recipe input:

RecipeInput

Recipe result:

RecipeResult

Recipe, inputs and results

class megaradrp.recipes.combined.sensstar.Recipe(*args, **kwargs)

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_extinctionReferenceExtinctionTable, requirement

Atmospheric extinction

obresultObservationResultType, requirement

Observation Result

reference_spectraListOfType, requirement

Reference spectra of Std stars

class RecipeResult(*args, **kwds)

RecipeResult documentation.

Attributes:
master_sensitivityMasterSensitivity, product

Compute Extinction and Sensitivity from Std Stars

Mode:

Compute Extinction from Std Stars

Usage:

Offline

Key:

MegaraExtinctionStar

Product:

MasterSensitivity, Extinction

Recipe:

Recipe

Recipe input:

RecipeInput

Recipe result:

RecipeResult

Recipe, inputs and results

class megaradrp.recipes.combined.extinctionstar.Recipe(*args, **kwargs)

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:
obresultObservationResultType, requirement

Observation Result

reference_spectraListOfType, requirement

Reference spectra of Std stars

class RecipeResult(*args, **kwds)

RecipeResult documentation.

Attributes:
master_extinctionReferenceExtinctionTable, product

Atmospheric extinction

master_sensitivityMasterSensitivity, product