Uses of Enum
nom.tam.fits.header.Stokes
-
Uses of Stokes in nom.tam.fits.header
Modifier and TypeMethodDescriptionstatic Stokes
Stokes.forCoordinateValue
(int value) Returns the Stokes parameter for the given pixel coordinate value for an image coordinate withWCS.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
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.Modifier and TypeMethodDescriptionStokes.Parameters.getAvailableParameters()
Returns the ordered list of parameters, which can be used to translate array indexes to Stokes values, supported by this parameter set.Modifier and TypeMethodDescriptionint
Stokes.Parameters.getArrayIndex
(Stokes s) Returns the Java array index corresponding to a given Stokes parameters for this set of parameters.