Initializes a new instance of the
Overload List
Name | Description | |
---|---|---|
![]() |
Fits | Create an empty Fits object which is not associated with an input stream. |
![]() |
Fits (FileInfo) | Associate FITS object with an uncompressed File |
![]() |
Fits (FileInfo, Boolean) | Associate the Fits object with a File |
![]() |
Fits (Stream) | Create a Fits object associated with the given uncompressed data stream. |
![]() |
Fits (Stream, Boolean) | Create a Fits object associated with a possibly compressed data stream. |
![]() |
Fits (String) | Associate the FITS object with a file or URL. * The string is assumed to be a URL if it begins one of the protocol strings. If the string ends in .gz it is assumed that the data is in a compressed format. All string comparisons are case insensitive. * |
![]() |
Fits (String, Boolean, FileAccess) | |
![]() |
Fits (String, FileAccess) | Asscoiates a fits object with a file specified by the Fileaccess parameter |
![]() |
Fits (Uri) | Associate the FITS object with a given uncompressed URL |
![]() |
Fits (Uri, Boolean) | Associate the FITS object with a given URL |