CImage:Rows (CImage:GetRows)
The Rows method returns the number of rows in the CImage. The row count equals the number of pixels along the vertical axis. This is the value of the FITS NAXIS2 keyword.
|
nRows = CImage:Rows() |
On
failure, this method returns 0.
If
the image has 1 dimension, this method returns 1.
Suppose a CImage object I is attached to an image having 1024 rows. Then
returns the value nRows = 1024.
Mira Pro x64 Script User's Guide, v.8.80 Copyright Ⓒ 2025
Mirametrics, Inc. All Rights Reserved.