tsbischof / picoquantio

Python implementations of PicoQuant data formats for the TimeHarp, PicoHarp, and HydraHarp
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

picoquantio: Read files generated by PicoQuant hardware

PyPI Last Release Package Status License Downloads Code style: black

See also libpicoquant for the C equivalent.

Main features

Getting started

The source code is hosted on GitHub at: https://github.com/tsbischof/picoquantio

The latest released version is available on pip:

pip install picoquantio

Documentation

The official documentation is hosted on readthedocs

Examples

The library can either be used in Python programs, or as a standalone command-line tool.

Developer API

import picoquantio
t3 = picoquantio.load('data.ht3')

Command-line interface

$ picoquant --file-in data.ht3
[...]

Dependencies

License

BSD 3-clause

Contibuting

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

Development is active on Github