Namespace FitsModel
Classes
- BitPixUtils
Utility class for working with BitPix values.
- FitsData
Wrapper for the raw data of a FITS file HDU (Header Data Unit) and ensures that we do not have incomplete data blocks. Data values should be in big endian format.
- FitsDataBlock
Represents a single 2880 byte data block of a FITS file.
- FitsDataStats
Represents statistical data calculated from a sequence of numeric values.
- FitsHdu
Represents a single Header Data Unit (HDU) in a FITS file. More info about HDUs can be found in section 3.2. Individual FITS Structures
Also contains convenience methods to get statistics and normalize the data for use in images.
- FitsHeader
A series of keyword records organized within one or more header blocks that describes structures and/or data that follow it in the FITS file.
- FitsHeaderConstants
3.3.1. Primary header
The header of a primary HDU shall consist of one or more header blocks, each containing a series of 80-character keyword records containing only the restricted set of ASCII-text characters. Each 2880-byte header block contains 36 keyword records. The last header block must contain the END keyword (defined in Sect. 4.4.1), which marks the logical end of the header. Keyword records without information (e.g., following the END keyword) shall be filled with ASCII spaces (decimal 32 or hexadecimal 20).
- FitsHeaderEntry
Represents a single 80 byte record in a FITS header.
- FitsModelException
Wrapper for exceptions specific to the FITS model.
Enums
- BitPix
4.4.1.1. Primary header
The value field shall contain an integer. The absolute value is used in computing the sizes of data structures. It shall specify the number of bits that represent a data value in the associated data array. The only valid values of BITPIX are given here.