Create an HDU from the given header.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function MakeHDU( _ ByVal h As Header _ ) As BasicHDU |
C# |
---|
public static BasicHDU MakeHDU( Header h ) |
C++ |
---|
public: static BasicHDU MakeHDU( Header h ) |
J# |
---|
public static BasicHDU MakeHDU( Header h ) |
JScript |
---|
public static
function MakeHDU( h : Header ) : BasicHDU |
Parameters
- h
- The header which describes the FITS extension