StokesCoord#

class astropy.coordinates.StokesCoord(stokes, copy=False)[source]#

Bases: ShapedLikeNDArray

A representation of stokes coordinates with helpers for converting to profile names.

Parameters:
stokesarray_like

The numeric values representing stokes coordinates.

Attributes Summary

dtype

info

shape

The shape of the underlying data.

symbol

The coordinate represented as strings.

value

Attributes Documentation

dtype#
info#
shape#
symbol#

The coordinate represented as strings.

value#