Uses of Enum
nom.tam.fits.header.Stokes
Packages that use Stokes
-
Uses of Stokes in nom.tam.fits.header
Methods in nom.tam.fits.header that return StokesModifier 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.Methods in nom.tam.fits.header that return types with arguments of type StokesModifier 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.Methods in nom.tam.fits.header with parameters of type StokesModifier and TypeMethodDescriptionint
Stokes.Parameters.getArrayIndex
(Stokes s) Returns the Java array index corresponding to a given Stokes parameters for this set of parameters.