Create an HDU from the given data kernel.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function MakeHDU( _ ByVal o As Object _ ) As BasicHDU |
C# |
---|
public static BasicHDU MakeHDU( object o ) |
C++ |
---|
public: static BasicHDU MakeHDU( Object o ) |
J# |
---|
public static BasicHDU MakeHDU( object o ) |
JScript |
---|
public static
function MakeHDU( o : Object ) : BasicHDU |
Parameters
- o
- The data to be described in this HDU.