Build an image HDU using the supplied data.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal h As Header, _ ByVal d As Data _ ) |
C# |
---|
public UndefinedHDU( Header h, Data d ) |
C++ |
---|
public: UndefinedHDU( Header h, Data d ) sealed |
J# |
---|
public UndefinedHDU( Header h, Data d ) |
JScript |
---|
public function UndefinedHDU( h : Header, d : Data ) |
Parameters
- h
- d
Exceptions
Exception Type | Condition |
---|---|
FitsException if there was a problem with the data. (broken link "!:") | FitsException if there was a problem with the data. |