public interface ExposureTimeProviding
| Modifier and Type | Method and Description |
|---|---|
double |
estimateExposureTime(double sn,
Dimension binning,
Star aim)
Returns the exposure time required for the guider CCD to yield the
requested S/N.
|
double |
estimateMagnitude(Star aim,
double texp)
Returns the expected instrumental magnitude from the guider CCD for the
stated star.
|
double |
estimatePeak(Star aim,
double pixelfwhm,
Dimension binning,
double texp)
Returns the expected (ADU) peak signal on the guider CCD for the stated
star and seeing in pixel
|
double |
estimateSignal(Star aim,
double texp)
Returns the expected (ADU) signal on the guider CCD for the stated star.
|
double |
estimateSignalToNoise(Star aim,
Dimension binning,
double texp)
Returns the expected S/N for the star on the detector.
|
double estimateExposureTime(double sn,
Dimension binning,
Star aim)
double estimateSignalToNoise(Star aim, Dimension binning, double texp)
double estimateSignal(Star aim, double texp)
double estimateMagnitude(Star aim, double texp)