Package hdf.object.fits

  • Class Summary
    Class Description
    FitsAttribute
    An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.
    FitsDataset
    FitsDataset describes an multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar dataset The library predefines a modest number of datatypes.
    FitsDatatype
    Datatype encapsulates information of a datatype.
    FitsFile
    This class provides file level APIs.
    FitsGroup
    An H5Group represents HDF5 group, inheriting from Group.