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
Deprecated.
This enum is duplicated by both CXCExt and STScIExt, and users would (should) typically use one or the other.
This is the file represents the common keywords between CXC and STSclExt
Author:
Richard van Nieuwenhoven
  • Enum Constant Details

    • CLOCKAPP

      public static final CXCStclSharedExt CLOCKAPP
      Deprecated.
      Clock correction applied

      T

    • MJDREF

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

      public static final CXCStclSharedExt TASSIGN
      Deprecated.
      Spacecraft clock
    • TIMEDEL

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

      public static final CXCStclSharedExt TIMEREF
      Deprecated.
      No pathlength corrections
    • TIMEUNIT

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

      public static final CXCStclSharedExt TIMVERSN
      Deprecated.
      AXAF FITS design document
    • TIMEZERO

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

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

      public static final CXCStclSharedExt TSTOP
      Deprecated.
      add TIMEZERO and MJDREF for absolute TT
  • Method Details

    • values

      public static CXCStclSharedExt[] values()
      Deprecated.
      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)
      Deprecated.
      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
    • impl

      public final FitsKey impl()
      Deprecated.
      Description copied from interface: IFitsHeader
      (primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.
      Specified by:
      impl in interface IFitsHeader
      Returns:
      the implementation of this keyword, which provides the actual access methods. Implementations of this interface should simply return themselves.