CImageView:GetFlipFITS
The GetFlipFITS method retrieves the state of the flag that controls whether FITS format images are displayed in the traditional sense, with row number increasing upward.
bTrue = CImageView:GetFlipFITS() |
bTrue is the state of the FITS flip flag.
This method returns true if the CImageView is configured to display FITS images in the nontraditional, flipped sense.
The CImageView class defaults to displaying FITS images in the tradition sense—"unflipped", with row number increasing upward. Use this method to check the protocol before displaying the image. See additional remarks for the SetFlipFITS method. See FITS Image Orientation.
The following script saves the FITS flip flag before displaying the image, then resets it afterward:
|
-- create a CImageView |
|
-- create a CImage |
|
-- load a FITS format image from a file |
|
-- retrieve the flag and save it |
|
-- change to "flipped" for this image |
|
-- display the image |
|
-- restore the FITS flip flag |
CImageView, CImage class, SetFlipFITS, FITS Image Orientation
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.