This class contains the code which associates particular FITS types with header and data configurations. It comprises a set of Factory methods which call appropriate methods in the HDU classes. If -- God forbid -- a new FITS HDU type were created, then the XXHDU, XXData classes would need to be added and this file modified but no other changes should be needed in the FITS libraries.
The following tables list the members exposed by FitsFactory.
Public Constructors
Name | Description | |
---|---|---|
![]() |
FitsFactory | Initializes a new instance of the |
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
UseAsciiTables | Indicate whether ASCII tables should be used where feasible. |
![]() ![]() |
UseHierarch | Enable/Disable hierarchical keyword processing. |
Public Methods
Name | Description | |
---|---|---|
![]() ![]() |
DataFactory | Given a Header return an appropriate datum. |
![]() |
Equals | Determines whether the specified |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetType | Gets the |
![]() ![]() |
HDUFactory | Overloaded. Given Header and data objects return the appropriate type of HDU. |
![]() |
ToString | Returns a |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |