Uses of Enum
nom.tam.fits.header.WCS

Packages that use WCS
Package
Description
Standardized FITS header keywords.
  • Uses of WCS in nom.tam.fits.header

    Subclasses with type arguments of type WCS in nom.tam.fits.header
    Modifier and Type
    Class
    Description
    enum 
    Standard FITS keywords for defining world coordinate systems (WCS).
    Methods in nom.tam.fits.header that return WCS
    Modifier and Type
    Method
    Description
    static WCS
    WCS.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static WCS[]
    WCS.values()
    Returns an array containing the constants of this enum type, in the order they are declared.