AUTODIAL / AutoEIS

A tool for automated extraction of equivalent circuit models (ECM) from electrochemical impedance spectroscopy (EIS) data
https://autodial.github.io/AutoEIS/
MIT License
28 stars 7 forks source link

Visualization and IO (export to disk) must be separated from the analysis #14

Closed ma-sadeghi closed 8 months ago

ma-sadeghi commented 1 year ago

Currently, the main function does too much: analysis, visualization, and IO (export to disk). We need to do less babysitting and let the user be more in charge. Showing some default graphs is a good idea for the anticipated GUI though.

ma-sadeghi commented 1 year ago

This is mostly done, except for the Bayesian inference part, which I'll fix soon.