Package nom.tam.fits.header.extra
Enum Class CXCExt
- All Implemented Interfaces:
Serializable
,Comparable<CXCExt>
,Constable
,IFitsHeader
This is the file content.txt that presents a comprehensive compilation of all classes of data products in the Chandra
Data Archive for the "flight" dataset. This file is the definitive authority on the values of various FITS header
keywords.
All files are identified by the CONTENT value of their principal HDUs.
http://cxc.harvard.edu/contrib/arots/fits/content.txt
- 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 ConstantDescriptionASC-DS processing system revision (release)Correction applied to Basic Time rate (s)Basic Time clock drift (s / VCDUcount^2)Basic Time offset (s)Basic Time clock rate (s / VCDUcount)Data product identification '########'???Data class '########'Dead time correctionAssumed focal length, mm; Level 1 and upICD referenceThe OGIP long string convention may be used.Mission is AXAFProcessing version of dataNominal roll angle, degSequence numberSIM focus pos (mm)SIM orthogonal axis pos (mm)SIM translation stage pos (mm)Major frame count at startMinor frame count at startOn-Board MET close to STARTMJF and STARTMNFMajor frame count at stopMinor frame count at stopAbsolute precision of clock correctionShort-term clock stabilityTime stamp reference as bin fractionTelemetry revision number (IP&CL)As in the "TIME" column: raw space craft clock;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()
(primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.static CXCExt
Returns the enum constant of this class with the specified name.static CXCExt[]
values()
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
-
ASCDSVER
ASC-DS processing system revision (release) -
BTIMCORR
Correction applied to Basic Time rate (s) -
BTIMDRFT
Basic Time clock drift (s / VCDUcount^2) -
BTIMNULL
Basic Time offset (s) -
BTIMRATE
Basic Time clock rate (s / VCDUcount) -
CONTENT
Data product identification '########' -
CONVERS
??? -
DATACLAS
Data class '########' -
DTCOR
Dead time correction -
FOC_LEN
Assumed focal length, mm; Level 1 and up -
HDUSPEC
ICD reference -
LONGSTRN
The OGIP long string convention may be used. -
MISSION
Mission is AXAF -
REVISION
Processing version of data -
ROLL_NOM
Nominal roll angle, deg -
SEQ_NUM
Sequence number -
SIM_X
SIM focus pos (mm) -
SIM_Y
SIM orthogonal axis pos (mm) -
SIM_Z
SIM translation stage pos (mm) -
STARTMJF
Major frame count at start -
STARTMNF
Minor frame count at start -
STARTOBT
On-Board MET close to STARTMJF and STARTMNF -
STOPMJF
Major frame count at stop -
STOPMNF
Minor frame count at stop -
TIERABSO
Absolute precision of clock correction -
TIERRELA
Short-term clock stability -
TIMEPIXR
Time stamp reference as bin fraction -
TLMVER
Telemetry revision number (IP&CL) -
TSTART
As in the "TIME" column: raw space craft clock; -
TSTOP
add TIMEZERO and MJDREF for absolute TT
-
-
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
-
impl
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.
-