Associate the FITS object with a given uncompressed 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 _ ) |
| C# |
|---|
| public Fits( Uri myURL ) |
| C++ |
|---|
| public: Fits( Uri myURL ) sealed |
| J# |
|---|
| public Fits( Uri myURL ) |
| JScript |
|---|
| public function Fits( myURL : Uri ) |
Parameters
- myURL
- The URL to be associated with the FITS file.
Exceptions
| Exception Type | Condition |
|---|---|
| FitsException | Thrown if unable to use the specified URL. |