Create an ascii table header/data unit


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 AsciiTableHDU(
   Header h,
   Data d
)
C++
public:
 AsciiTableHDU(
   Header h,
   Data d
) sealed 
J#
public AsciiTableHDU(
   Header h,
   Data d
)
JScript
public function AsciiTableHDU(
   h : Header,
   d : Data
)

Parameters

h
The template specifying the ascii table.
d
The FITS data structure containing the table data.

Exceptions

Exception TypeCondition
FitsException FitsException if there was a problem with the header.

See Also