Associate the FITS object with a given URL


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

Syntax

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

Parameters

myURL
The URL to be associated with the FITS file.
compressed
Is the data compressed?

Exceptions

Exception TypeCondition
FitsExceptionThrown if unable to find or open a file or URL from the string given.

See Also