This file provides a simple functions to calculate exposure times or limiting magnitudes.
requires: | NumPy |
---|---|
requires: | SciPy |
requires: | matplotlib |
version: | 0.4 |
author: | Sami-Matias Niemi |
contact: | s.niemi@ucl.ac.uk |
Calculates the signal-to-noise ratio for an object of a given magnitude in a given exposure time and a number of exposures.
Parameters: |
|
---|---|
Returns: | signal-to-noise ratio |
Return type: | float or ndarray |
Calculates the relation between the signal-to-noise ratio and the electrons in the peak pixel.
Parameters: |
|
---|---|
Returns: | signal-to-noise ratio |
Return type: | float or ndarray |
Returns the exposure time for a given magnitude.
Parameters: |
|
---|---|
Returns: | exposure time [seconds] |
Return type: | float or ndarray |
Can be used to study the ghost contribution to the galaxy detection.
Parameters: |
|
---|---|
Returns: | number of electrons tolerated in the ghost |
Calculates the limiting magnitude for a given exposure time, number of exposures and minimum signal-to-noise level to be reached.
Parameters: |
|
---|---|
Returns: | limiting magnitude given the input information |
Return type: | float or ndarray |