Metadata-Version: 2.1
Name: nanoqnt
Version: 0.2.1
Summary: Software for analysing the data generated with the nanoQNT device. It includes a practical GUI as well as a module that can be extended and used in custom scripts. 
Home-page: https://www.dispertech.com
License: GPL-3.0
Keywords: extracellular vesicles,light-sheet microscopy,data analysis
Author: Aquiles Carattino
Author-email: carattino@dispertech.com
Maintainer: Aron Opheij
Maintainer-email: opheij@dispertech.com
Requires-Python: >3.9,<3.12
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PIMS (>=0.6.1,<0.7.0)
Requires-Dist: h5py (>=3.8.0,<4.0.0)
Requires-Dist: matplotlib (>=3.7.1,<4.0.0)
Requires-Dist: numba (>=0.57.0,<0.58.0)
Requires-Dist: numpy (>=1.24,<1.25)
Requires-Dist: pandas (>=2.0.2,<3.0.0)
Requires-Dist: pyqt5 (>=5.15,<6.0)
Requires-Dist: pyqtgraph (>=0.13.3,<0.14.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: scikit-image (>=0.21,<0.22)
Requires-Dist: scipy (>=1.10.1,<1.11.0)
Requires-Dist: trackpy (>=0.6,<0.7)
Project-URL: Repository, https://www.github.com/dispertech/NanoQNTPy
Description-Content-Type: text/markdown

# NanoQNTPy
This software is used to analyze the data generated by the nanoQNT device from Dispertech. 

In a nutshell, it uses Trackpy to localize and link bright spots on a series of images acquired with 
a light-sheet microscope. In case of multi-colour images, it uses KD-Tree's to cross-link the particles 
and measure the fluorescence intensity in each one. 

## Requirements
Important requirements for the program:

**Python 3.9+** is required, lower versions will have issues saving the data. 
**Numba** is required to speed up the analysis. 

## Work in Progress
This program is work in progress and subject to change without prior notice.
