Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
py-E-SIS opened this issue Jun 27, 2024 · 1 comment
Open

Comments

@py-E-SIS
Copy link

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

@tpeulen
Copy link
Member

tpeulen commented Jun 27, 2024

Sure! Can you provide me with small file(s) that I could use for testing and unittests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants