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
The shape of the underlying data.
The coordinate represented as strings.
Attributes Documentation
- dtype#
- info#
- shape#
- symbol#
The coordinate represented as strings.
- value#