Initializes a new instance of the Fits class.

Overload List

  Name Description
Public method Fits Create an empty Fits object which is not associated with an input stream.
Public method Fits (FileInfo) Associate FITS object with an uncompressed File
Public method Fits (FileInfo, Boolean) Associate the Fits object with a File
Public method Fits (Stream) Create a Fits object associated with the given uncompressed data stream.
Public method Fits (Stream, Boolean) Create a Fits object associated with a possibly compressed data stream.
Public method 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. *
Public method Fits (String, Boolean, FileAccess)  
Public method Fits (String, FileAccess) Asscoiates a fits object with a file specified by the Fileaccess parameter
Public method Fits (Uri) Associate the FITS object with a given uncompressed URL
Public method Fits (Uri, Boolean) Associate the FITS object with a given URL

See Also