Class TfitsHduDataNode

  • All Implemented Interfaces:
    DataNode

    public class TfitsHduDataNode
    extends DefaultDataNode
    DataNode class for representing FITS HDUs which does not use nom.tam.fits. It understands BINABLE and TABLE extensions, but not array-type HDUs.
    • Constructor Detail

      • TfitsHduDataNode

        public TfitsHduDataNode​(uk.ac.starlink.fits.FitsHeader hdr,
                                int ihdu,
                                uk.ac.starlink.table.StarTable table)
        Constructor.
        Parameters:
        hdr - FITS header
        ihdu - HDU index
        table - table object, or null for a non-table HDU