RadiationVector
- class pyarts.arts.RadiationVector
Contains the radiation vector as a function of frequency
This type is related to
TransmissionMatrixThe 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
TransmissionMatrixto 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.ndarrayfromxml(file)Create
RadiationVectorfrom filereadxml(self, file)Read
RadiationVectorfrom filesavexml(self, file[, type, clobber])Saves
RadiationVectorto fileAttributes
As for
numpy.ndarrayAs for
numpy.ndarrayAs for
numpy.ndarrayAs for
numpy.ndarrayndarrayData array