Package nom.tam.fits.header.extra
Enum Class MaxImDLExt
- All Implemented Interfaces:
Serializable
,Comparable<MaxImDLExt>
,Constable
,IFitsHeader
The Fits extension as defined by Maxim DL.Extension keywords that may be
added or read by MaxIm DL, depending on the current equipment and software
configuration.
This standard extends the @see SBFitsExt
all that fields are
included.
http://www.cyanogen.com/help/maximdl/FITS_File_Header_Definitions.htm
- 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 ConstantDescriptionif present the image has a valid Bayer color pattern.Boltwood Cloud Sensor ambient temperature in degrees C.Boltwood Cloud Sensor cloud condition.Boltwood Cloud Sensor daylight level.Boltwood Cloud Sensor dewpoint in degrees C.Boltwood Cloud Sensor humidity in percent.Boltwood Cloud Sensor rain condition.Boltwood Cloud Sensor sky minus ambient temperature in degrees C.Boltwood Cloud Sensor wind speed in km/h.indicates calibration state of the image; B indicates bias corrected, D indicates dark corrected, F indicates flat corrected.type of color sensor Bayer array or zero for monochrome.initial display screen stretch mode.dark current integration time, if recorded.Davis Instruments Weather Station ambient temperature in deg CDavis Instruments Weather Station barometric pressure in hPaDavis Instruments Weather Station dewpoint in deg CDavis Instruments Weather Station humidity in percentDavis Instruments Weather Station solar radiation in W/m^2Davis Instruments Weather Station accumulated rainfall in mm/dayDavis Instruments Weather Station wind speed in km/hDavis Instruments Weather Station wind direction in degstatus of pier flip for German Equatorial mounts.Focuser position in steps, if focuser is connected.Focuser step size in microns, if available.Focuser temperature readout in degrees C, if available.format of file from which image was read.ISO camera setting, if camera uses ISO speeds.records the geocentric Julian Day of the start of exposure.records the geocentric Julian Day of the start of exposure.records the Heliocentric Julian Date at the exposure midpoint.records the Heliocentric Julian Date at the exposure midpoint.UT of midpoint of exposure.user-entered information; free-form notes.nominal altitude of center of imagenominal azimuth of center of imagenominal hour angle of center of imageindicates side-of-pier status when connected to a German Equatorial mount.records the selected Readout Mode (if any) for the camera.Rotator angle in degrees, if focal plane rotator is connected.indicates tile position within a mosaic.X offset of Bayer array on imaging sensor.Y offset of Bayer array on imaging sensor. -
Method Summary
Modifier and TypeMethodDescriptioncomment()
hdu()
key()
n
(int... number) status()
static MaxImDLExt
Returns the enum constant of this class with the specified name.static MaxImDLExt[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BAYERPAT
if present the image has a valid Bayer color pattern. -
BOLTAMBT
Boltwood Cloud Sensor ambient temperature in degrees C. -
BOLTCLOU
Boltwood Cloud Sensor cloud condition. -
BOLTDAY
Boltwood Cloud Sensor daylight level. -
BOLTDEW
Boltwood Cloud Sensor dewpoint in degrees C. -
BOLTHUM
Boltwood Cloud Sensor humidity in percent. -
BOLTRAIN
Boltwood Cloud Sensor rain condition. -
BOLTSKYT
Boltwood Cloud Sensor sky minus ambient temperature in degrees C. -
BOLTWIND
Boltwood Cloud Sensor wind speed in km/h. -
CALSTAT
indicates calibration state of the image; B indicates bias corrected, D indicates dark corrected, F indicates flat corrected. -
COLORTYP
type of color sensor Bayer array or zero for monochrome. -
CSTRETCH
initial display screen stretch mode. -
DARKTIME
dark current integration time, if recorded. May be longer than exposure time. -
DAVAMBT
Davis Instruments Weather Station ambient temperature in deg C -
DAVBAROM
Davis Instruments Weather Station barometric pressure in hPa -
DAVDEW
Davis Instruments Weather Station dewpoint in deg C -
DAVHUM
Davis Instruments Weather Station humidity in percent -
DAVRAD
Davis Instruments Weather Station solar radiation in W/m^2 -
DAVRAIN
Davis Instruments Weather Station accumulated rainfall in mm/day -
DAVWIND
Davis Instruments Weather Station wind speed in km/h -
DAVWINDD
Davis Instruments Weather Station wind direction in deg -
FLIPSTAT
status of pier flip for German Equatorial mounts. -
FOCUSPOS
Focuser position in steps, if focuser is connected. -
FOCUSSZ
Focuser step size in microns, if available. -
FOCUSTEM
Focuser temperature readout in degrees C, if available. -
INPUTFMT
format of file from which image was read. -
ISOSPEED
ISO camera setting, if camera uses ISO speeds. -
JD
records the geocentric Julian Day of the start of exposure. -
JD_GEO
records the geocentric Julian Day of the start of exposure. -
JD_HELIO
records the Heliocentric Julian Date at the exposure midpoint. -
JD_HELIO2
records the Heliocentric Julian Date at the exposure midpoint. -
MIDPOINT
UT of midpoint of exposure. -
NOTES
user-entered information; free-form notes. -
OBJCTALT
nominal altitude of center of image -
OBJCTAZ
nominal azimuth of center of image -
OBJCTHA
nominal hour angle of center of image -
PIERSIDE
indicates side-of-pier status when connected to a German Equatorial mount. -
READOUTM
records the selected Readout Mode (if any) for the camera. -
ROTATANG
Rotator angle in degrees, if focal plane rotator is connected. -
TILEXY
indicates tile position within a mosaic. -
XBAYROFF
X offset of Bayer array on imaging sensor. -
YBAYROFF
Y offset of Bayer array on imaging sensor.
-
-
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
-