Package nom.tam.fits


package nom.tam.fits

The core classes of nom-tam-fits. If you are new to this library you may want to check out the Getting Started guide project site, and/or jump to the Fits class to give you a jump start from right here.

See Also:
  • Class
    Description
    Deprecated.
    Serves no purpose really.
    ASCII table data.
    ASCII table header/data unit.
    BasicHDU<DataClass extends Data>
    Abstract base class for all header-data unit (HDU) types.
    Table data for binary table HDUs.
    Describes the data type and shape stored in a binary table column.
    Binary table header/data unit.
    The data segment of an HDU.
    Handling of FITS files and streams.
    ISO timestamp support for FITS headers.
    I/O interface for various FITS file elements.
    When we cannot deal with some FITS data as expected.
    Controls the creation of HDUs to encapsulate a variery of data, based on a few configuration switches.
    Heap for storing variable-length entries in binary tables.
    Failed checksum verification.
    Static utility functions used throughout the FITS classes.
    Access and manipulate the header of a HDU.
    Keyword checking mode when adding standardized keywords via the IFitsHeader interface.
    An individual entry in the FITS header, such as a key/value pair with an optional comment field, or a comment-style entry without a value field.
    Value type checking policies for when setting values for standardized keywords.
    Builder pattern implementation for easy readable header card creation.
    Deprecated.
    (for internal use) This class should not have public visibility.
    Exception that is generated when a header record is in violation of the standard, or encounters some other header card specific issue.
    The keyword is a HIERARCH-style long FITS keyword but the library does not have the hierarch support enabled at present.
    Image data.
    Header/data unit for images.
    The string value does not fit into a signle 80-character wide FITS header record, and the library does not have long string support enabled at present.
    The value cannot fit into the available header space, as requested.
    A subclass of Data containing no actual data.
    A class of HDU that contains only a header only with no associated data.
    This exception is thrown if padding is missing between the end of a FITS data segment and the end-of-file.
    Random Groups data.
    Random groups header/data unit.
    Interface for accessing binary and ASCII table data.
    Base class for binary and ASCII table implementations.
    When an EOF is encountered in the middle of an HDU.
    A header value with an unclosed single quote.
    A container for unknown binary data types.
    A HDU that holds a type of data we don't recognise.
    Invalid value type used for a standard header keyword.