Create a Data object to correspond to the header description.


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

Syntax

Visual Basic (Declaration)
Public Shared Function ManufactureData( _ 
   ByVal hdr As Header _ 
) As Data
C#
public static Data ManufactureData(
   Header hdr
)
C++
public:
 static Data ManufactureData(
   Header hdr
)
J#
public static Data ManufactureData(
   Header hdr
)
JScript
public static  function ManufactureData(
   hdr : Header
) : Data

Return Value

An unfilled Data object which can be used to read in the data for this HDU.

Exceptions

Exception TypeCondition
FitsException FitsException if the Data object could not be created from this HDU's Header

See Also