Metadata-Version: 2.0
Name: pysight
Version: 0.1.6
Summary: Create images from photon lists generated by a mutliscaler.
Home-page: https://github.com/HagaiHargil/python-pysight
Author: Hagai Hargil
Author-email: hagaihargil@gmail.com
License: BSD
Keywords: multiscaler,photon counting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Dist: attrs (>=1.6)
Requires-Dist: cython
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: pandas
Requires-Dist: tables
Requires-Dist: tifffile

========
Overview
========



Create images from photon lists generated by a mutliscaler.

* Free software: BSD license

Installation
============

::

    pip install pysight

Documentation
=============

https://python-pysight.readthedocs.io/

Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.1.0 (2017-02-27)
-----------------------------------------

* First release on PyPI.

0.1.1 (2017-02-27)
-----------------------------------------

* Bug fixes during installation of Numba.
* Added the ``run()`` method for ``main_multiscaler_readout``.

0.1.2 (2017-02-27)
-----------------------------------------

* Includes ``tifffile`` and minor improvements.

0.1.3 (2017-02-28)
-----------------------------------------

* Changed IO from ``.read()`` to ``.readlines()`` for better Linux compatibility.
* ``.tif`` is now saved frame-by-frame to save memory, and the method was renamed to ``create_tif()``.

0.1.4 (2017-02-28)
-----------------------------------------

* Frames are now generated with a generator.
* Fix to installation problems of previous version.

0.1.5 (2017-02-28)
-----------------------------------------

* Single-lined frames are now supported.


0.1.6 (2017-02-28)
-----------------------------------------

* More tests coverage.

* Enforced a few types checks.



