This class allows FITS binary and ASCII tables to be accessed via a common interface. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Inheritance Hierarchy
System.Object
nom.tam.fits.BasicHDU
nom.tam.fits.TableHDU
nom.tam.fits.AsciiTableHDU
nom.tam.fits.BinaryTableHDU
nom.tam.fits.BasicHDU
nom.tam.fits.TableHDU
nom.tam.fits.AsciiTableHDU
nom.tam.fits.BinaryTableHDU
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.