Create data from a binary table header.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ManufactureData( _ ByVal header As Header _ ) As Data |
C# |
---|
public static Data ManufactureData( Header header ) |
C++ |
---|
public: static Data ManufactureData( Header header ) |
J# |
---|
public static Data ManufactureData( Header header ) |
JScript |
---|
public static
function ManufactureData( header : Header ) : Data |
Parameters
- header
- the template specifying the binary table.
Exceptions
Exception Type | Condition |
---|---|
FitsException if there was a problem with the header. (broken link "!:") | FitsException if there was a problem with the header. |