Return all HDUs for the Fits object. If the FITS file is associated with an external stream make sure that we have exhausted the stream.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function Read() As BasicHDU() |
C# |
---|
public virtual BasicHDU[] Read() |
C++ |
---|
public: virtual array<BasicHDU>^ Read() |
J# |
---|
public virtual BasicHDU[] Read() |
JScript |
---|
public virtual function Read() : BasicHDU[] |
Return Value
an array of all HDUs in the Fits object. Returns null if there are no HDUs associated with this object.