Uses of Class
nom.tam.fits.header.Stokes.Parameters
-
Uses of Stokes.Parameters in nom.tam.fits.header
Modifier and TypeMethodDescriptionstatic Stokes.Parameters
Stokes.parameters()
Returns a new set of standard single-input Stokes parameters (I, Q, U, V).static Stokes.Parameters
Stokes.parameters
(int flags) Returns the set of Stokes parameters for the given bitwise flags, which may specify linear or cicular cross polarization, or both, and/or if the parameters are stored in reversed index order in the FITS.Modifier and TypeMethodDescriptionstatic Map.Entry<Integer,
Stokes.Parameters> Stokes.fromImageHeader
(Header header) Returns a mapping of a Java array dimension to a set of Stokes parameters, based on the WCS coordinate description in the image header.static Map.Entry<Integer,
Stokes.Parameters> Stokes.fromTableHeader
(Header header, int column) Returns a mapping of a Java array dimension to a set of Stokes parameters, based on the WCS coordinate description in the image header.