CImage:KwdSetBool
KwdSetBool method inserts a boolean T/F keyword into the image header.
CImage:KwdSetBool( sKwd, bValue ) |
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.