Exposure time calculatorThe current exposure time calculator has been implemented using the zeropoints shown in the MEIA2 and ARES web pages. Similar values should be applicable to LAIA. The zeropoints provide an estimate of the limiting magnitude for an exposure time of 5 minutes (the maximum recommended) and S/N=100. They are based on observations in dark-clear nights with medium seeing for objects at zenith. Therefore, the results presented below do not consider sky brightness (around V~22 mag per arcsec) and should be considered orientative at best.In order to determine the maximum exposure time before saturation with LAIA, values with a S/N=750 should ensure an optimum S/N within linearity regime of the CCD, except in cases with very good seeing or bright sky conditions. Exposure time calculator APIHow It WorksThe Exposure Time Calculator takes as inputs the target's magnitude, the filter in use, the desired Signal-to-Noise Ratio (SNR), and optionally, the airmass. It then returns the exposure time required to achieve the desired SNR in the chosen filter, accounting for atmospheric extinction at various wavelengths and airmass. Input FormatTo use the Exposure Time Calculator, format your input data in JSON as demonstrated below:
Example UsageIn order to use the Exposure Time Calculator API, the user needs to use a programming language capable of making HTTP requests to APIs, using the appropriate library or module. In the example below, we show how to request the exposure time for a given magnitude, filter, and SNR using Python:
|