eit_inverse
- class nrv.eit.eit_inverse(data: None | eit_forward_results = None, **kwgs)[source]
Abstract base class for solving the Electrical Impedance Tomography (EIT) inverse problem.
This class provides the interface for solving EIT problems inverse problem on nerve models
eit_forward_resultssimulation resultsEIT users guide — For generic description.
Tutorial 6 — For usage description.
Note
- This class is abstract and cannot be instantiated directely. For now only the following daughter class can be used:
nrv.eit.pyeit_inverse: Interface EIT of inverse problem solving using PyEIT methods.
Note
In future version additional solver could be add to NRV.
Attributes
Forward EIT data used by the inverse solver. |
|
Check if the object contains data. |
Methods
|
Initialize an inverse EIT solver. |
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. |
Convert forward EIT data into the format expected by the inverse solver. |
|
|
Retrieves the computed result for the specified time, frequency, and result indices. |
|
Return the value range of one reconstructed result. |
|
Plot one reconstructed inverse result. |
|
Solve one or several inverse problems and cache the results. |