eitcom / pyEIT

Python based toolkit for Electrical Impedance Tomography
Other
170 stars 96 forks source link

Improved f solver calculation #37

Closed ChabaneAmaury closed 2 years ago

ChabaneAmaury commented 2 years ago

Improved the f solving algorithm by using numpy's ufuncs instead of mapping. Brings almost nothing in terms of speed (~1s better), but is far more concise and accurate on the coding part.