Package nom.tam.fits.header.extra
Enum Class STScIExt
- All Implemented Interfaces:
Serializable
,Comparable<STScIExt>
,Constable
,IFitsHeader
This keyword dictionary gathered form STScI.
See http://tucana.noao.edu/ADASS/adass_proc/adass_95/zaraten/zaraten.html
- 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 ConstantDescriptionapproach vectorsTelemetry ratedate of initial data represented (dd/mm/yy)Date of original file creation (dd/mm/yy)File standard deviation of DEC (degrees)Detector X field of view (mm)Detector X field of view (mm)BITS/PIXEL OF IPPS RASTER.IPPS identification.MAXIMUM VALUE IN RASTERMINIMUM VALUE IN RASTERRASTER LFN/RASTER ORDINAL?Modified Julian date at the start of the exposure.Fractional portion of ephemeris MJDInteger portion of ephemeris MJDModal Configuration IDoptical attribute number is id.beginning orbit numberending orbit numberFile standard deviation of ROLL (degrees)Quad tree pixel resolutionProcessing script version?File standard deviation of RA (degrees)Sequential number from ODBNumber of times sequence processedsolar elongations included????Default time system.offset to be applied to TIME columnobservation start time in TIMESYS system .observation stop time in TIMESYS system .Version of Data Reduction Softwarenominal wavelength of Band nsignal from zodiacal dust remains in map -
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 STScIExt
Returns the enum constant of this class with the specified name.static STScIExt[]
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
-
APPVEC
approach vectors -
BIT_RATE
Telemetry rate -
DATE_BEG
date of initial data represented (dd/mm/yy) -
DATE_MAP
Date of original file creation (dd/mm/yy) -
DEC_PNTE
File standard deviation of DEC (degrees) -
FOV_X_MM
Detector X field of view (mm) -
FOV_Y_MM
Detector X field of view (mm) -
IPPS_B_P
BITS/PIXEL OF IPPS RASTER. In truth this is an illegal FITS keyword, as the character '/' is not allowed in standard FITS keywords. If possible, avoid using it since it may result in FITS that is not readable by some software. -
IPPS_ID
IPPS identification. -
IPPS_MAX
MAXIMUM VALUE IN RASTER -
IPPS_MIN
MINIMUM VALUE IN RASTER -
IPPS_RF
RASTER LFN/RASTER ORDINAL -
JOBNAME
? -
MJDREFF
Fractional portion of ephemeris MJD -
MJDREFI
Integer portion of ephemeris MJD -
MODAL_ID
Modal Configuration ID -
OPTICn
optical attribute number is id. -
ORBITBEG
beginning orbit number -
ORBITEND
ending orbit number -
PA_PNTE
File standard deviation of ROLL (degrees) -
PIXRESOL
Quad tree pixel resolution -
PROCVER
Processing script version -
PRODUCT
? -
RA_PNTE
File standard deviation of RA (degrees) -
SEQNUM
Sequential number from ODB -
SEQPNUM
Number of times sequence processed -
SOLELONG
solar elongations included -
TCDLTn
? -
TCRPXn
? -
TCRVLn
? -
TCTYPn
? -
TIMESYS
Default time system. All times which do not have a "timesys" element associated with them in this dictionary default to this keyword. time system (same as IRAS) -
TIMEZERO
offset to be applied to TIME column -
TSTART
observation start time in TIMESYS system . -
TSTOP
observation stop time in TIMESYS system . -
VERSION
Version of Data Reduction Software -
WAVEn
nominal wavelength of Band n -
ZLREMOV
signal from zodiacal dust remains in map -
MJD_OBS
Modified Julian date at the start of the exposure. The fractional part of the date is given to better than a second of time.units = 'd'
default value = none
index = none
-
-
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.
-