StokesVector
- class pyarts.arts.StokesVector
A stokes vector
This type is related to
PropagationMatrixThe data type is
Tensor4in units of [1/m]The dimensionality is kept as:
Number of frequencies as
Index(usually fromf_grid) Number of zenith angles asIndexNumber of azimuth angles asIndexThe Stokes dimension asIndex(usually fromstokes_dim)This is often used to compute the source emission with the help of a
PropagationMatrixWorkspace methods that can generate StokesVector
Workspace methods that require StokesVector
Workspace variables of type StokesVector
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.StokesVector, nf: int = Index(0), ns: int = Index(1), nza: int = Index(1), naa: int = Index(1), v: float = Numeric(0)) -> None
Init by frequency size, angles, and stokes dimensionality to a value
__init__(self: pyarts.arts.StokesVector, val: pyarts.arts.StokesVector) -> None
Copy instance
__init__(self: pyarts.arts.StokesVector, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__(*args, **kwargs)Overloaded function.
fromxml(file)Create
StokesVectorfrom filereadxml(self, file)Read
StokesVectorfrom filesavexml(self, file[, type, clobber])Saves
StokesVectorto fileAttributes
Tensor4The underlying data object