Tensor6
- class pyarts.arts.Tensor6
A 6 dimensional array of
Numeric
This class is mostly compatible with numpy arrays including numpy math. The data can be accessed without copy using
np.array(x, copy=False)
or via x.valueWorkspace methods that can generate Tensor6
Workspace methods that require Tensor6
Workspace variables of type Tensor6
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.Tensor6) -> None
Default tensor
__init__(self: pyarts.arts.Tensor6, ten6: List[List[List[List[List[List[Union[float, int]]]]]]]) -> None
From
list
equivalent__init__(self: pyarts.arts.Tensor6, val: pyarts.arts.Tensor6) -> None
Copy instance
__init__(self: pyarts.arts.Tensor6, 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
Tensor6
from filereadxml
(self, file)Read
Tensor6
from filesavexml
(self, file[, type, clobber])Saves
Tensor6
to fileAttributes
As for
numpy.ndarray
As for
numpy.ndarray
As for
numpy.ndarray
As for
numpy.ndarray
ndarray
Data array