Add a line to the header using the COMMENT style, i.e., no '=' in column 9.


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

Syntax

Visual Basic (Declaration)
Public Overridable Sub InsertCommentStyle( _ 
   ByVal header As String,  _ 
   ByVal value_Renamed As String _ 
)
C#
public virtual void InsertCommentStyle(
   string header,
   string value_Renamed
)
C++
public:
 virtual void InsertCommentStyle(
   String header,
   String value_Renamed
)
J#
public virtual void InsertCommentStyle(
   string header,
   string value_Renamed
)
JScript
public virtual  function InsertCommentStyle(
   header : String,
   value_Renamed : String
)

Parameters

header
The comment style header.
value_Renamed
A string to follow the header.

Exceptions

Exception TypeCondition
HeaderCardException HeaderCardException If the parameters cannot build a valid FITS card.

See Also