CImage:KwdSetNum
The KwdSetNum method inserts a numeric value keyword string into the image header.
CImage:KwdSetNum( sKwd, value ) |
This method inserts into the image header a numeric value keyword such as GAIN or EXPTIME. If the keyword name already exists, its value is overwritten by the new value.
Suppose a CImage named I exists. The following script fragment sets a numeric keyword in the header:
|
-- value is 30.25 seconds |
|
-- set the EXPTIME keyword |