Skip to main content

A python module to analyze fast impedance tortuosity measurements.

Project description

FIPT: Fast impedance tortuosity

FIPT is a measurement technique that allows a fast determination of the ionic resistance for battery electrodes. The technique is based on the work by J. Landesfeind (Journal of The Electrochemical Society, 163 (7) A1373-A1387 (2016) A1373) and then optimized for execution speed by D. Bozyigit at Battrion.

The measurement setup can be built based on https://github.com/deniz195/fipt

Once data has been aquired, this repository provides the data analysis and model fitting.

Quick analysis

If you want to quickly analyze your impedance data:

Install:

pip install fipt

Put your impedance data in a file my_fipt_data_1234.csv in the following format: CSV 1st column: frequency in [Hz] 2nd column: Z' in [Ohm] 3rd column: Z'' in [Ohm] (You can also use the file test_data_001.csv in examples folder)

python -m fipt ./my_fipt_data_1234.csv

Examples

To see how to analyze fipt data, refer to the jupyter notebook demo_fipt.ipynb in the examples folder.

Quick installation

To install the fipt-analysis, simply:

pip install fipt

Requirements

Required packages are numpy, scipy for data and statistical models and lmfit to perform the model fitting.

It is recommended (but not necessary) to install matplotlib installed, so that fipt-analysis will be able to create plots of the fitting.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fipt-0.1.0.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

fipt-0.1.0-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page