Create a Fits object associated with a possibly compressed data stream.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal str As Stream,  _ 
   ByVal compressed As Boolean _ 
)
C#
public Fits(
   Stream str,
   bool compressed
)
C++
public:
 Fits(
   Stream str,
   bool compressed
) sealed 
J#
public Fits(
   Stream str,
   bool compressed
)
JScript
public function Fits(
   str : Stream,
   compressed : bool
)

Parameters

str
The data stream.
compressed
Is the stream compressed?

See Also