Enum Class CXCStclSharedExt

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

public enum CXCStclSharedExt extends Enum<CXCStclSharedExt> implements IFitsHeader
This is the file represents the common keywords between CXC and STSclExt
  • Enum Constant Details

    • 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)
    • TASSIGN

      public static final CXCStclSharedExt TASSIGN
      Spacecraft clock
    • 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
  • Field Details

  • Constructor Details

    • CXCStclSharedExt

      private CXCStclSharedExt(String comment)
  • Method Details

    • values

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