Package nom.tam.fits.header.extra
Enum Class CXCStclSharedExt
- All Implemented Interfaces:
Serializable
,Comparable<CXCStclSharedExt>
,Constable
,IFitsHeader
Deprecated.
This is the file represents the common keywords between CXC and STSclExt
- Author:
- Richard van Nieuwenhoven
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface nom.tam.fits.header.IFitsHeader
IFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Clock correction appliedDeprecated.1998-01-01T00:00:00 (TT) expressed in MJD (TT)Deprecated.Spacecraft clockDeprecated.Time resolution of data (in seconds)Deprecated.No pathlength correctionsDeprecated.Units of time e.g.Deprecated.Clock correction (if not zero)Deprecated.AXAF FITS design documentDeprecated.As in the "TIME" column: raw space craft clock;Deprecated.add TIMEZERO and MJDREF for absolute TT -
Field Summary
Fields inherited from interface nom.tam.fits.header.IFitsHeader
MAX_INDEX
-
Method Summary
Modifier and TypeMethodDescriptionfinal FitsKey
impl()
Deprecated.(primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.static CXCStclSharedExt
Deprecated.Returns the enum constant of this class with the specified name.static CXCStclSharedExt[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface nom.tam.fits.header.IFitsHeader
comment, extractIndices, hdu, key, n, status, valueType
-
Enum Constant Details
-
CLOCKAPP
Deprecated.Clock correction appliedT
-
MJDREF
Deprecated.1998-01-01T00:00:00 (TT) expressed in MJD (TT) -
TASSIGN
Deprecated.Spacecraft clock -
TIMEDEL
Deprecated.Time resolution of data (in seconds) -
TIMEREF
Deprecated.No pathlength corrections -
TIMEUNIT
Deprecated.Units of time e.g. 's' -
TIMVERSN
Deprecated.AXAF FITS design document -
TIMEZERO
Deprecated.Clock correction (if not zero) -
TSTART
Deprecated.As in the "TIME" column: raw space craft clock; -
TSTOP
Deprecated.add TIMEZERO and MJDREF for absolute TT
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
impl
Deprecated.Description copied from interface:IFitsHeader
(primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.- Specified by:
impl
in interfaceIFitsHeader
- Returns:
- the implementation of this keyword, which provides the actual access methods. Implementations of this interface should simply return themselves.
-
CXCExt
andSTScIExt
, and users would (should) typically use one or the other.