Exposure Time Calculator

In this notebook we will be doing exposure time calculations for point sources, and extended sources with half-light radii of 0.2 arcsec or 0.3 arcsec.

When running this notebook you will be asked to select your filter, the Zodiacal light contribution, the S/N, the nature of your source, and the fit applied.

The options for each are discussed below:

Exposure times are quantized in multiples of 3 readout frames, with the number of visits/dithers: 1

You can calculate either the magnitude for an object at a for a given exposure time and a S/N, or the exposure time needed for a given magnitude.

This notebook works by conducting a simple linear interpolation between the magnitude and exposure time for a given S/N.

Select you Filter:

Select the Zodiacal light contribution:

Select your kind of source and the fit to it

Select the S/N

Read in the selected data file

By selecting a source you are reading in a certain data file. We will do this below using ascii.read.

Now we obtain the key values from the file

Next we sort based on what you the user input

Then we set up the interpolation, one based on magnitude and one on exposure time.

To calculate the magnitude of your object given an exposure time

Note that you can only specify times between the minimim and maximum values as given below. If a -9 is returned. this is because the time specified is outside of the given range.

To calculate the exposure time needed for your given object

Note that you can only specify magnitudes between 20 and 30 AB.