MapOfErrorCorrectedSuddenData
- class pyarts.arts.MapOfErrorCorrectedSuddenData
A map of data required for computing the error-corrected-sudden relaxation matrix
This map contains a list of an underlying data type. This underlying data type contains a
QuantumIdentifierand a list of species dependent computational data for various components required to compute the relaxation matrixIf there is no identifier or species avaialable, default values that approximates a diagonal relaxation matrix are set
Workspace methods that can generate MapOfErrorCorrectedSuddenData
Workspace methods that require MapOfErrorCorrectedSuddenData
Workspace variables of type MapOfErrorCorrectedSuddenData
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.MapOfErrorCorrectedSuddenData) -> None
Empty map
__init__(self: pyarts.arts.MapOfErrorCorrectedSuddenData, val: pyarts.arts.MapOfErrorCorrectedSuddenData) -> None
Copy instance
__init__(self: pyarts.arts.MapOfErrorCorrectedSuddenData, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__(*args, **kwargs)Overloaded function.
append(self, arg0)Appends a
ErrorCorrectedSuddenDataat the end of the arrayclear(self)Empty the array of all values
copy(self)Copy the array
extend(self, arg0)Extend the array by another array
fromxml(file)Create
MapOfErrorCorrectedSuddenDatafrom fileindex(self, arg0)Returns the first index of a value
insert(self, arg0, arg1)Insert a value into the array
pop(self[, i])Pops a
ErrorCorrectedSuddenDatafrom the arrayreadxml(self, file)Read
MapOfErrorCorrectedSuddenDatafrom filereverse(self)Reverse order of array
savexml(self, file[, type, clobber])Saves
MapOfErrorCorrectedSuddenDatato file