Metadata-Version: 2.4
Name: drap
Version: 0.0.4.post15
Summary: Tool for analyzing droplet size and concentration using video and EDF images
Author-email: "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff,  Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira" <crislpo@ufpr.br>
License: MIT
Project-URL: Homepage, https://github.com/alvescassio/DrAP
Project-URL: Source, https://github.com/alvescassio/DrAP
Project-URL: Issues, https://github.com/alvescassio/DrAP/issues
Keywords: saxs,x-ray,edf,opencv,pyqt5,droplet
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python-headless>=4.9
Requires-Dist: PyQt5>=5.15
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: fabio
Requires-Dist: pillow
Requires-Dist: reportlab
Dynamic: license-file

# Droplet Computer program

This package allows the analysis of videos and images in EDF format to extract 
physical parameters of droplets in acoustic levitation or other experimental techniques. 
The graphical user interface provides:

- Region of interest cropping  
- Morphological analysis  
- Polynomial fitting of data  
- PDF report generation  

## How to use

Install:

    python -m venv venv

    source venv/bin/activate (Linux) or venv\Scripts\activate (windows)

    pip install drap

User Guide:
    https://drive.google.com/drive/folders/1D3Aj5R231DEiVliRnFsXuLpEqfVS7Ol9?usp=sharing
    
Use:

    drap -o 1 (Gui interface)

    drap -o 2 (Terminal interface)

    drap -o 3  (Automatic file: name_videos.dat)
