Radiometric Model#

Once the focal plane has been created (see Focal plane creation), ExoSim can run a radiometric model for a fast estimate of channel parameters. The Radiometric model itself is handled as a recipe: RadiometricModel

For a complete description of the steps involve, we will refer in this guide to the pipeline encapsulated in the RadiometricModel class, listing its method and discussing the involved Task.

To initialise the RadiometricModel we assume for now that the user has already a focal plane produced following Focal plane creation or by using CreateFocalPlane.

Prepare and populate the radiometric table#

Starting from a focal plane, the first steps are to create and populate the radiometric table. This includes the steps reported in the following figure:

../../_images/prepare-radiometric.png

To summarise, the first step is to create the wavelength grid for the table, then we can move to estimate the signal. We can estimate the signal using aperture photometry on every focal plane stored in the input file. From the source and background focal plane, we can then estimate the saturation time of the detector.

Each step is extensively described in the following pages:

Estimate the noise#

Once the radiometric table is built, the next step is to estimate the noise. Numerous noise sources can be considered. In the following we describe ho to use the standard sources and how to include new or custom ones.

../../_images/radiometric-common.png

Automatic recipies#

Finally, an automatic pipeline has been developed to help the user. The pipeline is handeld by a recipes of ExoSim called RadiometricModel. In the following we described the different cases handled by the model.

Where the following cases are addressed: