CImage:Cols CImage:Datatype

CImage:Darktime


The Darktime method returns the CCD's thermal integration time, measured in seconds. This uses the FITS format DARKTIME keyword.

Syntax

nDarktime = CImage:Darktime()

    where nDarktime is a number measured in seconds and may be 0.

    On failure, this method returns 0.

Example

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.

Related Topics

CImage