Print the header to a given stream.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub DumpHeader( _ ByVal ps As TextWriter _ ) |
| C# |
|---|
| public void DumpHeader( TextWriter ps ) |
| C++ |
|---|
| public: void DumpHeader( TextWriter ps ) sealed |
| J# |
|---|
| public void DumpHeader( TextWriter ps ) |
| JScript |
|---|
| public
function DumpHeader( ps : TextWriter ) |
Parameters
- ps
- the stream to which the card images are dumped.