pyeit_inverse
- class nrv.eit.pyeit_inverse(data: None | eit_forward_results = None, method: Literal['jac', 'bp'] = 'jac', **kwgs)[source]
Subclass of eit_inverse for performing Electrical Impedance Tomography (EIT) inverse problem solving using PyEIT methods.
Attributes
Forward EIT data used by the inverse solver. |
|
Check if the object contains data. |
Methods
|
Initialize a PyEIT-based inverse solver. |
|
Add a colorbar for a reconstructed PyEIT image. |
Clears all stored results by resetting the results and results_ppt attributes to empty lists. |
|
|
Removes the result entry corresponding to the specified indices from the results. |
|
Reformat NRV forward data into the flattened differential vector expected by PyEIT. |
|
Retrieves the computed result for the specified time, frequency, and result indices. |
|
Return the value range of one reconstructed result. |
|
Plot one reconstructed PyEIT image on a triangulated mesh. |
|
Instantiate and configure the PyEIT inverse solver object. |
|
Solve one or several inverse problems and cache the results. |
|
Set or regenerate the PyEIT reconstruction mesh. |