Package nom.tam.fits.header


package nom.tam.fits.header

Standardized FITS header keywords. In addition to the reserved keywords defined by the FITS standard, there are conventions and commonly adopted usage patterns. Many organisations have defined their own sets of keywords also. To help users conform to the standards and conventions, the library offers a collection the standard and commonly used FITS keywords.

Using these 'standardized' keywords can now make compiler checked references to keywords (No more pruney String references), and prevents improper usage by restricting the types of HDUs keywords may appear in, as well as what type of values they may be associated with. See Header.setKeywordChecking(nom.tam.fits.Header.KeywordCheck) and HeaderCard.setValueCheckingPolicy(nom.tam.fits.HeaderCard.ValueCheck) on controlling what checking is done on keyword usage and how violations are dealt with.

Some of these dictionaries contain keywords that have equivalent usage. These are listed in Synonyms.

  • Class
    Description
    Standard BITPIX values and associated functions.
    File checksum keywords.
    The following keywords are defined by the compression convention for use in the header of the FITS binary table extension to describe the structure of the compressed image.
    This data dictionary contains FITS keywords that have been widely used within the astronomical community.
    Date-time related keywords defined by the FITS standard.
    Deprecated.
    Use the more intuitively named FitsKey class instead.
    A concrete implementation of standardized FITS header keywords.
    Deprecated.
    This class duplicates functionality that is available in FitsKey, Standard, ans/or IFitsHeader.
    This data dictionary contains FITS keywords that have been widely used within the astronomical community.
    Interface for standardized header keyword implementations.
    An enumeration of HDU types in which a header keyword may be used.
    Documentation sources for the various known conventions.
    Values types to which implementing keywords can be restricted to.
    This data dictionary contains FITS keywords that have been widely used within the astronomical community.
    This data dictionary contains FITS keywords that have been widely used within the astronomical community.
    This data dictionary contains FITS keywords that have been widely used within the astronomical community.
    This data dictionary contains FITS keywords that have been widely used within the astronomical community.
    This data dictionary lists the 53 keywords currently defined in the FITS Standard.
    This enum wil try to list synonyms inside or over different dictionaries.
    Standard FITS keywords for defining world coordinate systems (WCS).