FITS image header/data unit.The ImageTiler class allows users to extract subimages from a FITS primary image or image extension.


The following tables list the members exposed by ImageHDU.

Public Constructors

  Name Description
Public method ImageHDU Build an image HDU using the supplied data.
Top

Protected Fields

  Name Description
Family field isPrimary Is this the first HDU in a FITS file? (inherited from BasicHDU)
Family field myData The associated data unit. (inherited from BasicHDU)
Family field myHeader The associated header. (inherited from BasicHDU)
Top

Public Properties

  Name Description
Public property Author Return the name of the person who compiled the information in the data associated with this header. (inherited from BasicHDU)
Public property Axes   (inherited from BasicHDU)
Public property BitPix   (inherited from BasicHDU)
Public property BlankValue   (inherited from BasicHDU)
Public property BScale Returns the value oF BSCALE from HDU The value field shall contain a floating point number.The default value for this keyword os 1.0 (inherited from BasicHDU)
Public property BUnit The value shall contain a character String, describing the physical units in which the quantities in the array, after application of BSCALE and BZERO,are expressed. (inherited from BasicHDU)
Public property BZero Returns the value oF BZero from HDU This keyword shall be used, along with the BSCALE keyword The default value for this keyword is 0.0. (inherited from BasicHDU)
Public property CreationDate Get the FITS file creation date as a Date object. (inherited from BasicHDU)
Public property Data Get the associated Data object (inherited from BasicHDU)
Public property Epoch Get the equinox in years for the celestial coordinate system in which positions given in either the header or data are expressed. (inherited from BasicHDU)
Public property Equinox Get the equinox in years for the celestial coordinate system in which positions given in either the header or data are expressed. (inherited from BasicHDU)
Public property FileOffset Get the starting offset of the HDU (inherited from BasicHDU)
Public property GroupCount Returns the value oF GCOUNT from HDU (inherited from BasicHDU)
Public property Header Get the associated header (inherited from BasicHDU)
Public property Instrument Get the name of the instrument which was used to acquire the data in this FITS file. (inherited from BasicHDU)
Public property Kernel Get the non-FITS data object (inherited from BasicHDU)
Public property MaximumValue Return the minimum valid value in the array. (inherited from BasicHDU)
Public property MinimumValue Return the minimum valid value in the array. (inherited from BasicHDU)
Public property Object Get the name of the observed object in this FITS file. (inherited from BasicHDU)
Public property ObservationDate Get the FITS file observation date as a Date object. (inherited from BasicHDU)
Public property Observer Get the name of the person who acquired the data in this FITS file. (inherited from BasicHDU)
Public property Origin Get the name of the organization which created this FITS file. (inherited from BasicHDU)
Public property ParameterCount Returns the value oF PCOUNT from HDU (inherited from BasicHDU)
Public property Reference Return the citation of a reference where the data associated with this header are published. (inherited from BasicHDU)
Public property Rewriteable Is the HDU rewriteable (inherited from BasicHDU)
Public property Size Get the total size in bytes of the HDU. (inherited from BasicHDU)
Public property Telescope Get the name of the telescope which was used to acquire the data in this FITS file. (inherited from BasicHDU)
Public property Tiler returns ImageTiler instance
Top

Public Methods

  Name Description
Public method AddValue Overloaded. Add boolean information to the header (inherited from BasicHDU)
Public method Static Encapsulate Encapsulate an object as an ImageHDU.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetTrimmedString Get the String value associated with keyword (inherited from BasicHDU)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Info Overridden. Print out some information about this HDU.
Public method Static IsData Check if this object can be described as a FITS image.
Public method Static IsHeader Check that this HDU has a valid header for this type.
Public method Static ManufactureData  
Public method Static ManufactureHeader Create a header that describes the given image data.
Public method Read Read out the HDU from the data stream. This will overwrite any existing header and data components. (inherited from BasicHDU)
Public method ReadData Read in the Data object for this HDU. (inherited from BasicHDU)
Public method Rewrite Rewrite the HDU. (inherited from BasicHDU)
Public method SkipData Skip the Data object for this HDU. (inherited from BasicHDU)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Write Write out the HDU. (inherited from BasicHDU)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also