Metadata-Version: 2.1
Name: NanoImgPro
Version: 0.2.3
Summary: Nanosensor Image Processor (NanoImgPro), a python-based image analysis tool for dopamine nanosensors
Home-page: https://github.com/NicholasOuassil/NanoImgPro
Author: Nicholas Ouassil
Author-email: ouassil@berkeley.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/NicholasOuassil/NanoImgPro/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scipy
Requires-Dist: tifffile
Requires-Dist: tqdm

# NanoImgPro
Nanosensor Image Processor (NanoImgPro), a python-based image analysis tool for dopamine nanosensors 



NanoImgPro.py contains the main class to process files


example_batch_process.py contains an example batch processing file

Documentation can be found in the [docs](https://github.com/NicholasOuassil/NanoImgPro/tree/main/docs) folder. Download the repo and open the HTML file in a web browser (works with chrome)

In order to import the class you should run `from NanoImgPro.NanoImgPro import NanoImgPro `

currently version 0.2.3


