Package nom.tam.fits.header.extra
Enum Class CXCStclSharedExt
- All Implemented Interfaces:
Serializable
,Comparable<CXCStclSharedExt>
,Constable
,IFitsHeader
This is the file represents the common keywords between CXC and STSclExt
-
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 ConstantDescriptionClock correction applied1998-01-01T00:00:00 (TT) expressed in MJD (TT)Spacecraft clockTime resolution of data (in seconds)No pathlength correctionsUnits of time e.g.Clock correction (if not zero)AXAF FITS design documentAs in the "TIME" column: raw space craft clock;add TIMEZERO and MJDREF for absolute TT -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomment()
hdu()
key()
n
(int... number) status()
static CXCStclSharedExt
Returns the enum constant of this class with the specified name.static CXCStclSharedExt[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLOCKAPP
Clock correction appliedT
-
MJDREF
1998-01-01T00:00:00 (TT) expressed in MJD (TT) -
TASSIGN
Spacecraft clock -
TIMEDEL
Time resolution of data (in seconds) -
TIMEREF
No pathlength corrections -
TIMEUNIT
Units of time e.g. 's' -
TIMVERSN
AXAF FITS design document -
TIMEZERO
Clock correction (if not zero) -
TSTART
As in the "TIME" column: raw space craft clock; -
TSTOP
add TIMEZERO and MJDREF for absolute TT
-
-
Field Details
-
key
-
-
Constructor Details
-
CXCStclSharedExt
-
-
Method Details
-
values
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
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
-
comment
- Specified by:
comment
in interfaceIFitsHeader
-
hdu
- Specified by:
hdu
in interfaceIFitsHeader
-
key
- Specified by:
key
in interfaceIFitsHeader
-
n
- Specified by:
n
in interfaceIFitsHeader
-
status
- Specified by:
status
in interfaceIFitsHeader
-
valueType
- Specified by:
valueType
in interfaceIFitsHeader
-