Class TfitsHduDataNode

java.lang.Object
uk.ac.starlink.datanode.nodes.DefaultDataNode
uk.ac.starlink.datanode.nodes.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 Details

    • 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
  • Method Details