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

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

    Methods in nom.tam.fits.header that return Stokes
    Modifier and Type
    Method
    Description
    static Stokes
    Stokes.forCoordinateValue(int value)
    Returns the Stokes parameter for the given pixel coordinate value for an image coordinate with WCS.CTYPEna = 'STOKES'.
    Stokes.Parameters.getParameter(int idx)
    Returns the Stokes parameter for a given Java array index for a dimension that corresponds to the Stokes parameters described by this instance.
    static Stokes
    Stokes.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static Stokes[]
    Stokes.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in nom.tam.fits.header that return types with arguments of type Stokes
    Modifier and Type
    Method
    Description
    Stokes.Parameters.getAvailableParameters()
    Returns the ordered list of parameters, which can be used to translate array indexes to Stokes values, supported by this parameter set.
    Methods in nom.tam.fits.header with parameters of type Stokes
    Modifier and Type
    Method
    Description
    int
    Stokes.Parameters.getArrayIndex(Stokes s)
    Returns the Java array index corresponding to a given Stokes parameters for this set of parameters.