Enum Class STScIExt

java.lang.Object
java.lang.Enum<STScIExt>
nom.tam.fits.header.extra.STScIExt
All Implemented Interfaces:
Serializable, Comparable<STScIExt>, Constable, IFitsHeader

public enum STScIExt extends Enum<STScIExt> implements IFitsHeader
This keyword dictionary gathered form STScI.
Author:
Richard van Nieuwenhoven.
See Also:
  • Enum Constant Details

    • APPVEC

      public static final STScIExt APPVEC
      approach vectors
    • BIT_RATE

      public static final STScIExt BIT_RATE
      Telemetry rate
    • DATE_BEG

      public static final STScIExt DATE_BEG
      date of initial data represented (dd/mm/yy)
    • DATE_MAP

      public static final STScIExt DATE_MAP
      Date of original file creation (dd/mm/yy)
    • DEC_PNTE

      public static final STScIExt DEC_PNTE
      File standard deviation of DEC (degrees)
    • FOV_X_MM

      public static final STScIExt FOV_X_MM
      Detector X field of view (mm)
    • FOV_Y_MM

      public static final STScIExt FOV_Y_MM
      Detector X field of view (mm)
    • IPPS_B_P

      public static final STScIExt IPPS_B_P
      BITS/PIXEL OF IPPS RASTER.
    • IPPS_ID

      public static final STScIExt IPPS_ID
      IPPS identification.
    • IPPS_MAX

      public static final STScIExt IPPS_MAX
      MAXIMUM VALUE IN RASTER
    • IPPS_MIN

      public static final STScIExt IPPS_MIN
      MINIMUM VALUE IN RASTER
    • IPPS_RF

      public static final STScIExt IPPS_RF
      RASTER LFN/RASTER ORDINAL
    • JOBNAME

      public static final STScIExt JOBNAME
      ?
    • MJDREFF

      public static final STScIExt MJDREFF
      Fractional portion of ephemeris MJD
    • MJDREFI

      public static final STScIExt MJDREFI
      Integer portion of ephemeris MJD
    • OPTICn

      public static final STScIExt OPTICn
      optical attribute number is id.
    • ORBITBEG

      public static final STScIExt ORBITBEG
      beginning orbit number
    • ORBITEND

      public static final STScIExt ORBITEND
      ending orbit number
    • PA_PNTE

      public static final STScIExt PA_PNTE
      File standard deviation of ROLL (degrees)
    • PIXRESOL

      public static final STScIExt PIXRESOL
      Quad tree pixel resolution
    • PROCVER

      public static final STScIExt PROCVER
      Processing script version
    • PRODUCT

      public static final STScIExt PRODUCT
      ?
    • RA_PNTE

      public static final STScIExt RA_PNTE
      File standard deviation of RA (degrees)
    • SEQNUM

      public static final STScIExt SEQNUM
      Sequential number from ODB
    • SEQPNUM

      public static final STScIExt SEQPNUM
      Number of times sequence processed
    • SOLELONG

      public static final STScIExt SOLELONG
      solar elongations included
    • TCDLTn

      public static final STScIExt TCDLTn
      ?
    • TCRPXn

      public static final STScIExt TCRPXn
      ?
    • TCRVLn

      public static final STScIExt TCRVLn
      ?
    • TCTYPn

      public static final STScIExt TCTYPn
      ?
    • TIMESYS

      public static final STScIExt 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

      public static final STScIExt TIMEZERO
      offset to be applied to TIME column
    • TSTART

      public static final STScIExt TSTART
      observation start time in TIMESYS system .
    • TSTOP

      public static final STScIExt TSTOP
      observation stop time in TIMESYS system .
    • VERSION

      public static final STScIExt VERSION
      Version of Data Reduction Software
    • WAVEn

      public static final STScIExt WAVEn
      nominal wavelength of Band n
    • ZLREMOV

      public static final STScIExt ZLREMOV
      signal from zodiacal dust remains in map
    • MJD_OBS

      public static final STScIExt 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

      public static STScIExt[] 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

      public static STScIExt valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • comment

      public String comment()
      Specified by:
      comment in interface IFitsHeader
    • hdu

      public IFitsHeader.HDU hdu()
      Specified by:
      hdu in interface IFitsHeader
    • key

      public String key()
      Specified by:
      key in interface IFitsHeader
    • n

      public IFitsHeader n(int... number)
      Specified by:
      n in interface IFitsHeader
    • status

      public IFitsHeader.SOURCE status()
      Specified by:
      status in interface IFitsHeader
    • valueType

      public IFitsHeader.VALUE valueType()
      Specified by:
      valueType in interface IFitsHeader