PhaseMatrixDataTROGridded4
- class pyarts3.arts.PhaseMatrixDataTROGridded4(*args, **kwargs)
Phase matrix data
Overview
Method
Method
Method
Method
Method
Method
Method
Extract stokes coefficients from phase matrix
Method
Method
Method
Get frequency grid
Method
Get temperature grid
Method
Get scattering zenith angle grid
Method
Integrate phase matrix
Method
Method
Method
Method
Method
Method
Method
Read variable from file.
Method
Method
Method
Method
Saves variable to file.
Method
Method
Method
Method
Convert to spectral
Method
Method
Method
Method
Static Method
Create variable from file.
See
numpy.ndarray.T
.See
numpy.ndarray.dtype
.See
numpy.ndarray.imag
.See
numpy.ndarray.nbytes
.See
numpy.ndarray.ndim
.See
numpy.ndarray.real
.See
numpy.ndarray.shape
.See
numpy.ndarray.size
.A
ndarray
of the object.Operator
Operator
Operator
Operator
Allows
array()
to be called with the object.Operator
Operator
Operator
Operator
Operator
__format__(self, arg: str, /) -> str
Operator
Operator
Operator
__getstate__(self) -> tuple[object]
Operator
Operator
Return hash(self).
Operator
Operator
Operator
Operator
See
numpy.ndarray.__imatmul__
Operator
Operator
Operator
__init__(self, t_grid: pyarts3.arts.Vector, f_grid: pyarts3.arts.Vector, za_scat_grid: pyarts3.arts.IrregularZenithAngleGrid | pyarts3.arts.DoubleGaussGrid | pyarts3.arts.GaussLegendreGrid | pyarts3.arts.LobattoGrid | pyarts3.arts.FejerGrid) -> None
Operator
Operator
Operator
Operator
See
numpy.ndarray.__iter__
Operator
Operator
Operator
Operator
Operator
Operator
Operator
Operator
Operator
Operator
Operator
See
numpy.ndarray.__radd__
Operator
See
numpy.ndarray.__rand__
Operator
See
numpy.ndarray.__rdivmod__
Operator
__repr__(self) -> str
Operator
See
numpy.ndarray.__rfloordiv__
Operator
See
numpy.ndarray.__rmatmul__
Operator
See
numpy.ndarray.__rmod__
Operator
See
numpy.ndarray.__rmul__
Operator
See
numpy.ndarray.__ror__
Operator
See
numpy.ndarray.__rpow__
Operator
See
numpy.ndarray.__rsub__
Operator
See
numpy.ndarray.__rtruediv__
Operator
Operator
__setstate__(self, arg: tuple[object], /) -> None
Operator
__str__(self) -> str
Operator
Constructors
- __init__(self, t_grid: pyarts3.arts.Vector, f_grid: pyarts3.arts.Vector, za_scat_grid: pyarts3.arts.IrregularZenithAngleGrid | pyarts3.arts.DoubleGaussGrid | pyarts3.arts.GaussLegendreGrid | pyarts3.arts.LobattoGrid | pyarts3.arts.FejerGrid) None
Methods
- cumprod(self, axis: object | None = None, dtype: object | None = None, out: object | None = None) object
- cumsum(self, axis: object | None = None, dtype: object | None = None, out: object | None = None) object
- extract_stokes_coeffs(self) pyarts3.arts.PhaseMatrixDataTROGridded4
Extract stokes coefficients from phase matrix
- get_f_grid(self) pyarts3.arts.Vector
Get frequency grid
- get_t_grid(self) pyarts3.arts.Vector
Get temperature grid
- get_za_scat_grid(self) pyarts3.arts.IrregularZenithAngleGrid | pyarts3.arts.DoubleGaussGrid | pyarts3.arts.GaussLegendreGrid | pyarts3.arts.LobattoGrid | pyarts3.arts.FejerGrid
Get scattering zenith angle grid
- integrate_phase_matrix(self) pyarts3.arts.Tensor3
Integrate phase matrix
- mean(self, axis: object | None = None, dtype: object | None = None, out: object | None = None, keepdims: object = False) object
- prod(self, axis: object | None = None, dtype: object | None = None, out: object | None = None, keepdims: object = False) object
- readxml(self, file: str) str
Read variable from file.
- Parameters:
file (str) – A file that can be read.
- Raises:
RuntimeError – For any failure to read.
- Returns:
file – The file path found (may differ from input due to environment variables).
- Return type:
- savexml(self, file: str, type: str = 'ascii', clobber: bool = True) str
Saves variable to file.
- Parameters:
file (str) – The path to which the file is written. Note that several of the options might modify the name or write more files.
type (str, optional) – Type of file to save. See
FileType
for options. Defaults is “ascii”.clobber (bool, optional) – Overwrite existing files or add new file with modified name? Defaults is True.
- Raises:
RuntimeError – For any failure to write.
- Returns:
file – The file saved. May differ from input.
- Return type:
- std(self, axis: object | None = None, dtype: object | None = None, out: object | None = None, ddof: object = 0, keepdims: object = False) object
- sum(self, axis: object | None = None, dtype: object | None = None, out: object | None = None, keepdims: object = False) object
- to_spectral(self) pyarts3.arts.PhaseMatrixDataTROSpectral4
Convert to spectral
- trace(self, offset: object = 0, axis1: object = 0, axis2: object = 1, dtype: object | None = None, out: object | None = None) object
- var(self, axis: object | None = None, dtype: object | None = None, out: object | None = None, ddof: object = 0, keepdims: object = False) object
Static Methods
- fromxml(file: str) pyarts3.arts.Tensor4
Create variable from file.
- Parameters:
file (str) – A file that can be read
- Raises:
RuntimeError – For any failure to read.
- Returns:
artstype – The variable created from the file.
- Return type:
T
Attributes
- T: object
See
numpy.ndarray.T
.
- dtype: object
See
numpy.ndarray.dtype
.
- imag: object
See
numpy.ndarray.imag
.
- nbytes: object
See
numpy.ndarray.nbytes
.
- ndim: object
See
numpy.ndarray.ndim
.
- real: object
See
numpy.ndarray.real
.
- shape: object
See
numpy.ndarray.shape
.
- size: object
See
numpy.ndarray.size
.
Operators
- __array__(self, dtype: object | None = None, copy: object | None = None) numpy.ndarray[dtype=float64, shape=(*, *, *, *), order='C'] | object
Allows
array()
to be called with the object.
- __hash__()
Return hash(self).
- __init__(self, t_grid: pyarts3.arts.Vector, f_grid: pyarts3.arts.Vector, za_scat_grid: pyarts3.arts.IrregularZenithAngleGrid | pyarts3.arts.DoubleGaussGrid | pyarts3.arts.GaussLegendreGrid | pyarts3.arts.LobattoGrid | pyarts3.arts.FejerGrid) None