Enum CXCStclSharedExt

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<CXCStclSharedExt>, IFitsHeader

    public enum CXCStclSharedExt
    extends java.lang.Enum<CXCStclSharedExt>
    implements IFitsHeader
    This is the file represents the common keywords between CXC and STSclExt
    Author:
    Richard van Nieuwenhoven
    • Enum Constant Detail

      • CLOCKAPP

        public static final CXCStclSharedExt CLOCKAPP
        Clock correction applied

        T

      • MJDREF

        public static final CXCStclSharedExt MJDREF
        1998-01-01T00:00:00 (TT) expressed in MJD (TT)
      • TIMEDEL

        public static final CXCStclSharedExt TIMEDEL
        Time resolution of data (in seconds)
      • TIMEREF

        public static final CXCStclSharedExt TIMEREF
        No pathlength corrections
      • TIMEUNIT

        public static final CXCStclSharedExt TIMEUNIT
        Units of time e.g. 's'
      • TIMVERSN

        public static final CXCStclSharedExt TIMVERSN
        AXAF FITS design document
      • TIMEZERO

        public static final CXCStclSharedExt TIMEZERO
        Clock correction (if not zero)
      • TSTART

        public static final CXCStclSharedExt TSTART
        As in the "TIME" column: raw space craft clock;
      • TSTOP

        public static final CXCStclSharedExt TSTOP
        add TIMEZERO and MJDREF for absolute TT
    • Method Detail

      • values

        public static CXCStclSharedExt[] 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 (CXCStclSharedExt c : CXCStclSharedExt.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CXCStclSharedExt 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