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 QuantumIdentifier and a list of species dependent computational data for various components required to compute the relaxation matrix

If 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.

  1. __init__(self: pyarts.arts.MapOfErrorCorrectedSuddenData) -> None

Empty map

  1. __init__(self: pyarts.arts.MapOfErrorCorrectedSuddenData, val: pyarts.arts.MapOfErrorCorrectedSuddenData) -> None

Copy instance

  1. __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 ErrorCorrectedSuddenData at the end of the array

clear(self)

Empty the array of all values

copy(self)

Copy the array

extend(self, arg0)

Extend the array by another array

fromxml(file)

Create MapOfErrorCorrectedSuddenData from file

index(self, arg0)

Returns the first index of a value

insert(self, arg0, arg1)

Insert a value into the array

pop(self[, i])

Pops a ErrorCorrectedSuddenData from the array

readxml(self, file)

Read MapOfErrorCorrectedSuddenData from file

reverse(self)

Reverse order of array

savexml(self, file[, type, clobber])

Saves MapOfErrorCorrectedSuddenData to file