The following tables list the members exposed by Fits.
Public Constructors
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
DEFAULT_TEMP_DIR | default directory path to store files created temporarily during execution of library This field is read-only. |
![]() ![]() |
UrlProtocols | What might URLs begin with? |
Protected Fields
Public Properties
Name | Description | |
---|---|---|
![]() |
NumberOfHDUs | Get the current number of HDUs in the Fits object. |
![]() |
Stream | Set the data stream to be used for future input. |
![]() ![]() |
TempDirectory | Gets the temporary directory path |
Public Methods
Name | Description | |
---|---|---|
![]() |
AddHDU | Add an HDU to the Fits object. Users may intermix calls to functions which read HDUs from an associated input stream with the addHDU and insertHDU calls, but should be careful to understand the consequences. |
![]() |
Close | |
![]() |
CurrentSize | Get the current number of HDUs in the Fits object. |
![]() |
DeleteHDU | Delete an HDU from the HDU list. |
![]() |
Equals | Determines whether the specified |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetHDU | Return the n'th HDU. If the HDU is already read simply return a pointer to the cached data. Otherwise read the associated stream until the n'th HDU is read. |
![]() |
GetType | Gets the |
![]() |
InsertHDU | Insert a FITS object into the list of HDUs. |
![]() ![]() |
MakeHDU | Overloaded. Create an HDU from the given Data. |
![]() |
Read | Overloaded. Return all HDUs for the Fits object. If the FITS file is associated with an external stream make sure that we have exhausted the stream. |
![]() |
ReadHDU | Read the next HDU on the default input stream. |
![]() ![]() |
SetChecksum | Add or update the CHECKSUM keyword. |
![]() |
SetChecksum | Add or Modify the CHECKSUM keyword in all headers. |
![]() |
Size | Return the number of HDUs in the Fits object. If the FITS file is associated with an external stream make sure that we have exhausted the stream. |
![]() |
SkipHDU | Overloaded. Skip the next HDU on the default input stream. |
![]() |
ToString | Returns a |
![]() ![]() |
Version | Indicate the version of these classes |
![]() ![]() |
Write | Overloaded. writes the header to fits file |
![]() |
Write | Write a Fits Object to an external Stream. The stream is left open. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
FileInit | Get a stream from the file and then use the stream initialization. |
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |
![]() |
RandomInit | Initialize using buffered random access |
![]() |
StreamInit | Do the stream initialization. |