Create a header and initialize it with a vector of strings.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal newCards As String() _ 
)
C#
public Header(
   string[] newCards
)
C++
public:
 Header(
   array<String>^ newCards
) sealed 
J#
public Header(
   string[] newCards
)
JScript
public function Header(
   newCards : String[]
)

Parameters

newCards
Card images to be placed in the header.

See Also