RadiationVector
- class pyarts.arts.RadiationVector
Contains the radiation vector as a function of frequency
This type is related to
TransmissionMatrix
The stokes dimensionality translates directly to the size of the vector
Internally, this holds an efficiently packed list of these vectors
This is often used in combination with
TransmissionMatrix
to compute the radiative transfer through the atmosphereIt holds information about the radiance, unlike its cousin
StokesVector
, which holds information about the vector absorption/emissionWorkspace methods that can generate RadiationVector
Workspace methods that require RadiationVector
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.RadiationVector, nf: int = 0, ns: int = 1) -> None
Init by frequency size and stokes dimensionality
__init__(self: pyarts.arts.RadiationVector, val: pyarts.arts.RadiationVector) -> None
Copy instance
__init__(self: pyarts.arts.RadiationVector, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__
(*args, **kwargs)Overloaded function.
flatten
(self)As for
numpy.ndarray
fromxml
(file)Create
RadiationVector
from filereadxml
(self, file)Read
RadiationVector
from filesavexml
(self, file[, type, clobber])Saves
RadiationVector
to fileAttributes
As for
numpy.ndarray
As for
numpy.ndarray
As for
numpy.ndarray
As for
numpy.ndarray
ndarray
Data array