CImage:KwdSetBool
KwdSetBool method inserts a boolean T/F keyword into the image header.
CImage:KwdSetBool( sKwd, bValue ) |
sKwd is the keyword name
bValue is the boolean value, which may be true or false.
This method inserts into the image header a T/F value. if bValue=true, a T character is written to the image header. If the keyword already exists, its value is overwritten by the new value. An example of a boolean valued keyword is the FITS format SIMPLE keyword.
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.