Enum STScIExt

    • Enum Constant Detail

      • 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
      • MODAL_ID

        public static final STScIExt MODAL_ID
        Modal Configuration ID
      • 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

    • Constructor Detail

      • STScIExt

        private STScIExt​(java.lang.String comment)
      • STScIExt

        private STScIExt​(java.lang.String key,
                         java.lang.String comment)
    • Method Detail

      • values

        public static STScIExt[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (STScIExt c : STScIExt.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static STScIExt valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • comment

        public java.lang.String comment()
        Specified by:
        comment in interface IFitsHeader
      • key

        public java.lang.String key()
        Specified by:
        key in interface IFitsHeader