Create a header which points to the given data object.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal o As Data _ 
)
C#
public Header(
   Data o
)
C++
public:
 Header(
   Data o
) sealed 
J#
public Header(
   Data o
)
JScript
public function Header(
   o : Data
)

Parameters

o
The data object to be described.

Exceptions

Exception TypeCondition
FitsException FitsException if the data was not valid for this header.

See Also