public enum CXCExt extends java.lang.Enum<CXCExt> implements IFitsHeader
All files are identified by the CONTENT value of their principal HDUs.
http://cxc.harvard.edu/contrib/arots/fits/content.txt
IFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
comment() |
IFitsHeader.HDU |
hdu() |
java.lang.String |
key() |
IFitsHeader |
n(int... number) |
IFitsHeader.SOURCE |
status() |
static CXCExt |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CXCExt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
IFitsHeader.VALUE |
valueType() |
public static final CXCExt ASCDSVER
public static final CXCExt BTIMCORR
public static final CXCExt BTIMDRFT
public static final CXCExt BTIMNULL
public static final CXCExt BTIMRATE
public static final CXCExt CONTENT
public static final CXCExt CONVERS
public static final CXCExt DATACLAS
public static final CXCExt DTCOR
public static final CXCExt FOC_LEN
public static final CXCExt HDUSPEC
public static final CXCExt LONGSTRN
public static final CXCExt MISSION
public static final CXCExt REVISION
public static final CXCExt ROLL_NOM
public static final CXCExt SEQ_NUM
public static final CXCExt SIM_X
public static final CXCExt SIM_Y
public static final CXCExt SIM_Z
public static final CXCExt STARTMJF
public static final CXCExt STARTMNF
public static final CXCExt STARTOBT
public static final CXCExt STOPMJF
public static final CXCExt STOPMNF
public static final CXCExt TIERABSO
public static final CXCExt TIERRELA
public static final CXCExt TIMEPIXR
public static final CXCExt TLMVER
public static final CXCExt TSTART
public static final CXCExt TSTOP
public static CXCExt[] values()
for (CXCExt c : CXCExt.values()) System.out.println(c);
public static CXCExt valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String comment()
comment
in interface IFitsHeader
public IFitsHeader.HDU hdu()
hdu
in interface IFitsHeader
public java.lang.String key()
key
in interface IFitsHeader
public IFitsHeader n(int... number)
n
in interface IFitsHeader
public IFitsHeader.SOURCE status()
status
in interface IFitsHeader
public IFitsHeader.VALUE valueType()
valueType
in interface IFitsHeader