PyDSA is a software for drop shape analysis. It allows to measure the properties of droplets in contact with solids (contact angle, droplet volume, evaporation rate, displacement velocity, ...) through an intuitive interface. PyDSA is developed in Python and use Qt5 for it graphical interface.
pip install pyDSA_gui
To update PyDSA, use:
pip install -U pyDSA_gui
Just start PyDSA from the terminal (or anaconda console) with:
pyDSA
PyDSA is designed to be simple and straightforward to use. If you don't understand the effect of an option, please refers to the inline documentation of pyDSA_core, where all the features are documented in details.
If PyDSA have been usefull for you, please consider citing it:
Launay G. PyDSA: Drop shape analysis in Python, 2018-, https://framagit.org/gabylaunay/pyDSA_core [Online; accessed <today>].
bibtex entry:
@Misc{launay_pydsa_2018,
author = {Gaby Launay},
title = {{PyDSA}: Drop shape analysis in {Python}},
year = {2018--},
url = "https://framagit.org/gabylaunay/pyDSA_core",
note = {[Online; accessed <today>]}
}
PyDSA is hosted on Framagit. If PyDSA crashes or behaves abnormally, just send me an email at [email protected]. Any of the followings will greatly help me fix the issue:
- A description of the problem
- The logs from the terminal
- A test case to reproduce the problem