Data Fields | |
| fitsfile * | fptr |
| file pointer to a multidimensional .fits file | |
| location | current |
| current location in the .fits file for reading or writing | |
| location | max |
| last position of data in .fits file or maximum dimensions for .fits file | |
| int | bitpix |
| int | dimension |
| number of dimensions for this .fits file | |
File information for a 3-d .fits file; This information is kept and updated during incremental reading and writing to multidimensional .fits files.
datatype of the image: BYTE_IMG = 8 ( 8-bit byte pixels, 0 - 255) SHORT_IMG = 16 (16 bit integer pixels) LONG_IMG = 32 (32-bit integer pixels) FLOAT_IMG = -32 (32-bit floating point pixels) DOUBLE_IMG = -64 (64-bit floating point pixels)
current location in the .fits file for reading or writing
number of dimensions for this .fits file
| fitsfile* MultiDimFits::fptr |
file pointer to a multidimensional .fits file
last position of data in .fits file or maximum dimensions for .fits file
1.7.0