CImage:Exptime
The Exptime method returns the image exposure time measured in seconds.
nExptime = CImage:Exptime() |
Suppose a CImage object I is attached to an image and has an exposure time of 30.5 seconds. Then
nSec = I:Exptime()
returns the value nSec = 30.5.