Skip to content

Python script that automatically processes csv (.txt) files recorded by RLC impedance meter.

Notifications You must be signed in to change notification settings

alexey-krasnov/impedance_data_processing

Repository files navigation

Welcome to impedance_data_processing 👋

Twitter: AlekseiKrasnov4

electric_processing

Python script that automatically processes csv (.txt) files recorded by RLC impedance meter.

Prerequisites

This package requires:

Usage

electric_processing should be used within a directory containing your raw csv (.txt) files. These files should have the following format:

X1;Y1;Z1 
X2;Y2;Z2
 .;.;.
 .;.;.
 .;.;.

where Xi is the recorded linear frequency, Yi - the impedance modulus, Zi - phase angle. Note that the presence or absence of headers in the source files does not matter. Within the directory containing csv (.txt) files files, run:

electric_processing.py

it ask you to input the height and diameter of the cylindrical sample in mm. Then program will read and process data from the csv files. After calculation program creates one Excel file and store the electrophysical values at each temperature as the corresponding sheet. It also makes directories 'Zview_files' with .txt files for Zview program, and 'Data_txt' with txt files for plotting or further study. Please check the Example catalogue for sample input txt files and examples of the output files.

Questions, bug reports, feature requests

Please use the Github issue tracker for any questions, feature requests or bug reports.

Author

👤 Aleksei Krasnov

About

Python script that automatically processes csv (.txt) files recorded by RLC impedance meter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages