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 ImageHDU( Header h, Data d ) |
| C++ |
|---|
| public: ImageHDU( Header h, Data d ) sealed |
| J# |
|---|
| public ImageHDU( Header h, Data d ) |
| JScript |
|---|
| public function ImageHDU( h : Header, d : Data ) |
Parameters
- h
- d
Exceptions
| Exception Type | Condition |
|---|---|
| FitsException | If there was a problem with the data. |