CImage:KwdSetNum
The KwdSetNum method inserts a numeric value keyword string into the image header.
CImage:KwdSetNum( sKwd, value ) |
sKwd is the keyword name
value is a number.
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 sets a numeric keyword in the header:
|
-- value is 30.25 seconds |
|
-- set the EXPTIME keyword |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.