CovarianceMatrix
- class pyarts.arts.CovarianceMatrix
A covariance matrix
Workspace methods that can generate CovarianceMatrix
Workspace methods that require CovarianceMatrix
Workspace variables of type CovarianceMatrix
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.CovarianceMatrix) -> None
Empty matrix
__init__(self: pyarts.arts.CovarianceMatrix, val: pyarts.arts.CovarianceMatrix) -> None
Copy instance
__init__(self: pyarts.arts.CovarianceMatrix, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__
(*args, **kwargs)Overloaded function.
fromxml
(file)Create
CovarianceMatrix
from filereadxml
(self, file)Read
CovarianceMatrix
from filesavexml
(self, file[, type, clobber])Saves
CovarianceMatrix
to fileAttributes