public enum ObservationDurationDescription extends Enum<ObservationDurationDescription> implements IFitsHeader
IFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE| Enum Constant and Description |
|---|
DATE_END
The value field shall contain a character string that gives the date on
which the observation ended.
|
ELAPTIME
The value field shall contain a floating point number giving the
difference between the stop and start times of the observation in units
of seconds.
|
EXPOSURE
The value field shall contain a floating point number giving the exposure
time of the observation in units of seconds.
|
EXPTIME
The value field shall contain a floating point number giving the exposure
time of the observation in units of seconds.
|
LIVETIME
The value field shall contain a floating point number giving the total
integrated exposure time in units of seconds corrected for detector 'dead
time' effects which reduce the net efficiency of the detector.
|
ONTIME
The value field shall contain a floating point number giving the total
integrated exposure time of the observation in units of seconds.
|
TELAPSE
The value field shall contain a floating point number giving the
difference between the stop and start times of the observation in units
of seconds.
|
TIME_END
The value field shall contain a character string that gives the time at
which the observation ended.
|
TIME_OBS
The value field shall contain a character string that gives the time at
which the observation started.
|
| Modifier and Type | Method and Description |
|---|---|
String |
comment() |
IFitsHeader.HDU |
hdu() |
String |
key() |
IFitsHeader |
n(int... number) |
IFitsHeader.SOURCE |
status() |
static ObservationDurationDescription |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationDurationDescription[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
IFitsHeader.VALUE |
valueType() |
public static final ObservationDurationDescription DATE_END
public static final ObservationDurationDescription ELAPTIME
public static final ObservationDurationDescription EXPOSURE
public static final ObservationDurationDescription EXPTIME
public static final ObservationDurationDescription LIVETIME
public static final ObservationDurationDescription ONTIME
public static final ObservationDurationDescription TELAPSE
public static final ObservationDurationDescription TIME_END
public static final ObservationDurationDescription TIME_OBS
public static ObservationDurationDescription[] values()
for (ObservationDurationDescription c : ObservationDurationDescription.values()) System.out.println(c);
public static ObservationDurationDescription valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String comment()
comment in interface IFitsHeaderpublic IFitsHeader.HDU hdu()
hdu in interface IFitsHeaderpublic String key()
key in interface IFitsHeaderpublic IFitsHeader n(int... number)
n in interface IFitsHeaderpublic IFitsHeader.SOURCE status()
status in interface IFitsHeaderpublic IFitsHeader.VALUE valueType()
valueType in interface IFitsHeaderCopyright © 1996–2018 nom-tam-fits. All rights reserved.