Skip to content

v2025.2.20

Latest
Compare
Choose a tag to compare
@cgohlke cgohlke released this 19 Feb 23:44

Read and write PicoQuant PTU and related files

Ptufile is a Python library to

  1. read data and metadata from PicoQuant PTU and related files (PHU, PCK, PCO, PFS, PUS, PQRES, PQDAT, and SPQR), and
  2. write TCSPC histograms to T3 image mode PTU files.

PTU files contain time correlated single photon counting (TCSPC) measurement data and instrumentation parameters.

Changes

  • Rename PqFileMagic to PqFileType (breaking).
  • Rename PqFile.magic to PqFile.type (breaking).
  • Add PQDAT and SPQR file types.