Conversion of ABF files to make them compatible with the Mini Analysis Program
This python script convertes ABF files (Axon™ Binary File Format) with any ABF file version supported by pyABF into the compatible version for Mini Analysis Program by Synaptosoft (ABF Version 1).
- Clone the repository
- Install all Prerequisites
- Place all ABF files you wish to make compatible with the Mini Analysis Program into the folder input.
- Start the python script (if you use windows, simply open the file "run.bat"). The script will now convert all .abf files located in the input folder.
- The compatible output files will be saved into the folder output.
This script can be used following the MIT Licence.
This script is based on pyABF by SW Harden (MIT Licence).
The ABF format is outlined by Molecular Devices.