Enum Class Synonyms

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

public enum Synonyms extends Enum<Synonyms>
This enum wil try to list synonyms inside or over different dictionaries. So please use always the highest level keyword you can find.
Author:
Richard van Nieuwenhoven
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    DARKTIME appears in multiple conventions
    EQUINOX is now preferred over the old EPOCH
    [s] Non-standard exposure time conventions.
    EXTLEVEL and HDULEVEL are synonymous, but EXTLEVEL is part of the standard since 1.19
    EXTNAME and HDUNAME are synonymous, but EXTNAME is part of the standard since 1.19
    EXTVER and HDUVER are synonymous, but EXTVER is part of the standard since 1.19
    Equivalent keywords for array column axis string parameters.
    Equivalent keywords for array column axis parameter values.
    RADESYS is now preferred over the old RADECSYS
    RESTFRQ is now preferred over the old RESTFREQ
    Equivalent keywords for column coordinate transformation matrix (CD convention).
    TIMESYS appears in multiple conventions
    Equivalent keywords for column coordinate transformation matrix (PC convention).
    Equivalent keywords for column parameter names.
    Variants for recording the start time of observation in HH:MM:SS[.s...] format
    Variants for recording the ending time of observation in HH:MM:SS[.s...] format
    Equivalent keywords for column parameter values.
    Equivalent keywords for column coordinate transformation matrix (PC convention).
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of equivalent FITS header keywords as an array
    Returns the primary or preferred FITS header keyword to use to provide this information in a FITS header.
    static String
    Returns the primary or preferred FITS header keyword to prefer for the given header entry to provide this information in a FITS header.
    Returns the primary or preferred FITS header keyword to prefer for the given header entry to provide this information in a FITS header.
    static Synonyms
    Returns the enum constant of this class with the specified name.
    static Synonyms[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • EQUINOX

      public static final Synonyms EQUINOX
      EQUINOX is now preferred over the old EPOCH
    • TIMESYS

      public static final Synonyms TIMESYS
      TIMESYS appears in multiple conventions
    • RADESYS

      public static final Synonyms RADESYS
      RADESYS is now preferred over the old RADECSYS
    • RESTFRQ

      public static final Synonyms RESTFRQ
      RESTFRQ is now preferred over the old RESTFREQ
    • TPn_na

      public static final Synonyms TPn_na
      Equivalent keywords for column coordinate transformation matrix (PC convention). The shorter form may be required for column indices >99 with alternate coordinate systems.
      Since:
      1.19
    • TCn_na

      public static final Synonyms TCn_na
      Equivalent keywords for column coordinate transformation matrix (CD convention). The shorter form may be required for column indices >99 with alternate coordinate systems.
      Since:
      1.19
    • TSn_na

      public static final Synonyms TSn_na
      Equivalent keywords for column parameter names. The shorter form may be required for column indices >99 with alternate coordinate systems.
      Since:
      1.19
    • TVn_na

      public static final Synonyms TVn_na
      Equivalent keywords for column parameter values. The shorter form may be required for column indices >99 with alternate coordinate systems.
      Since:
      1.19
    • WCSna

      public static final Synonyms WCSna
      Equivalent keywords for column coordinate transformation matrix (PC convention). The shorter form may be required for column indices >99 with alternate coordinate systems.
      Since:
      1.19
    • nSn_na

      public static final Synonyms nSn_na
      Equivalent keywords for array column axis string parameters. The shorter form may be required for column indices >99 with alternate coordinate systems.
      Since:
      1.19
    • nVn_na

      public static final Synonyms nVn_na
      Equivalent keywords for array column axis parameter values. The shorter form may be required for column indices >99 with alternate coordinate systems.
      Since:
      1.19
    • EXTNAME

      public static final Synonyms EXTNAME
      EXTNAME and HDUNAME are synonymous, but EXTNAME is part of the standard since 1.19
    • EXTVER

      public static final Synonyms EXTVER
      EXTVER and HDUVER are synonymous, but EXTVER is part of the standard since 1.19
    • EXTLEVEL

      public static final Synonyms EXTLEVEL
      EXTLEVEL and HDULEVEL are synonymous, but EXTLEVEL is part of the standard since 1.19
    • EXPOSURE

      public static final Synonyms EXPOSURE
      [s] Non-standard exposure time conventions.
      See Also:
    • TSTART

      public static final Synonyms TSTART
      Variants for recording the start time of observation in HH:MM:SS[.s...] format
    • TSTOP

      public static final Synonyms TSTOP
      Variants for recording the ending time of observation in HH:MM:SS[.s...] format
    • DARKTIME

      public static final Synonyms DARKTIME
      DARKTIME appears in multiple conventions
  • Method Details

    • values

      public static Synonyms[] 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 Synonyms 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
    • getSynonyms

      public IFitsHeader[] getSynonyms()
      Returns the list of equivalent FITS header keywords as an array
      Returns:
      an array containing the list of equivalent (interchangeable) FITS header keywords
    • primaryKeyword

      public IFitsHeader primaryKeyword()
      Returns the primary or preferred FITS header keyword to use to provide this information in a FITS header.
      Returns:
      the primary (or preferred) FITS header keyword form to use
    • primaryKeyword

      public static IFitsHeader primaryKeyword(IFitsHeader key)
      Returns the primary or preferred FITS header keyword to prefer for the given header entry to provide this information in a FITS header.
      Parameters:
      key - the standard or conventional header keyword.
      Returns:
      the primary (or preferred) FITS header keyword form to use
      See Also:
    • primaryKeyword

      public static String primaryKeyword(String header)
      Returns the primary or preferred FITS header keyword to prefer for the given header entry to provide this information in a FITS header.
      Parameters:
      header - the string FITS header keyword
      Returns:
      the primary (or preferred) FITS header keyword form to use
      See Also: