CImage:Darktime
The Darktime method returns the CCD's thermal integration time, measured in seconds. This uses the FITS format DARKTIME keyword.
nDarktime = CImage:Darktime() |
Suppose a CImage object I is attached to an image and has a dark time of 61.5 seconds. Then
nSec = I:Darktime()
returns the value nSec = 61.5.