Electrochemical Impendance Spectrscopy Equivalent Circle fitting package
- Python >= 3.x
- Numpy >= latest
- Pandas >= latest
- Matplotlib >= 2.x
Potential [1] | Frequency | Zreal | Zimag |
---|---|---|---|
0.1 | 10000 | 100 | 100 |
[1]: POTENTION Position is defined at head of Zfit.py
py Zfit.py
Config are defined in config.ini
Models are defined in /Models
. You can write your model as you like.
This Python script will exctact ECCs's parameter to ./result/paras.txt
and their statistic result to ./result/stat.txt
- Probably will add some qtGUI in that
Please turn to : HERE