Skip to content

Add support for MultiHarp 150 and the new PicoHarp 330 ptu format #41

@py-E-SIS

Description

@py-E-SIS

Is it possible to add support for the MultiHarp150 ptu format?
I can provide test data etc.

Actually this is readily available as PicoQuant code demo
https://github.com/PicoQuant/PicoQuant-Time-Tagged-File-Format-Demos/blob/master/PTU/Python/Read_PTU.py

Check
Record types
........

rtGenericT3 = struct.unpack(">i", bytes.fromhex('00010307'))[0] # MultiHarpXXX and PicoHarp330
rtGenericT2 = struct.unpack(">i", bytes.fromhex('00010207'))[0] # MultiHarpXXX and PicoHarp330

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions