Download the scripts by running
git clone https://gist.github.com/aakashjog/62d63cf8db0448f1141ab834c22d81ef .
and make the files executable by running
chmod u+x ./process_all_files.sh
and
chmod u+x ./process_csv.py
The script should be executed as
./process_all_files.sh <technique>
with <technique>
replaced by CV
, chrono
, EIS
, biCV
, or OCP
.
It is not required to execute process_csv.py
.
The script will convert all files in the current folder with the extension .mpt
to .csv
files with the appropriate data columns.
All files to be processed must be data files for the same electrchemical technique.
For example, you cannot process 2 OCP files and 3 EIS files in the same folder.
If you need to do such processing, make multiple subfolders with each subfolder having files for a single technique.