Metadata-Version: 2.1
Name: pysight
Version: 0.12.2
Summary: Create images and volumes from photon lists generated by a multiscaler
Home-page: https://github.com/PBLab/python-pysight/
Author: Hagai Har-Gil
Author-email: hagaihargil@protonmail.com
License: Free for non-commercial use
Keywords: multiscaler,photon counting,imaging
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: numpy (>=1.18)
Requires-Dist: matplotlib (>=3.2)
Requires-Dist: pandas (==1.1.2)
Requires-Dist: attrs (==19.3)
Requires-Dist: cython (>=0.29)
Requires-Dist: scipy (>=1.4)
Requires-Dist: scikit-learn (>=0.20)
Requires-Dist: zarr (>=2.3)
Requires-Dist: tqdm (>=4.29)
Requires-Dist: numba (>=0.49)
Requires-Dist: ansimarkup (>=1.4)
Requires-Dist: psutil (>=5.6.6)
Requires-Dist: toml (>=0.9)
Requires-Dist: appdirs (>=1.4)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: bumpversion ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: typed-ast ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'

PySight is an application aimed at generating multidimensional imagesfrom photon lists. The main use case is to parse ``.lst`` files whichwere generated by FAST ComTec's multiscaler, but other photon listscan also be parsed.

PySight was featured in`this <https://www.osapublishing.org/optica/abstract.cfm?uri=optica-5-9-1104>`_ *Optica* article, and was created in Pablo Blinder's Lab at Tel Aviv University.

