Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.67 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.67 KB

Short Manual of the Software

This is a public repository containing the Iterative Particle analysis software introduced in https://academic.oup.com/mam/advance-article/doi/10.1093/micmic/ozad036/7162605

Authors

The software was developed by Jannik Guckel and Daesung Park.

Dependencies

The Script is fully written in Python 3 (v 3.9), used of mostly using standard libraries and OpenCV (v 4.5) it requires the following packages in order to be ran:

Installation and Using the program

Assuming Python3 and the above mentioned libraries are installed, the only installation step needed should be downloading the code provided by this repository without changing the local folder structure. The program can then be executed in the terminal by using:

cd *local direction of this folder*
python3 iterative_particle_analyzer.py

A more detailed explanation on how to use our code can be found in the 'manual' folder of this repository

License

This program is available under the GNU General Public License 3.

Citation

Please cite our software at https://academic.oup.com/mam/advance-article/doi/10.1093/micmic/ozad036/7162605, if you are using it in any publication.