We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Sure! Can you provide me with small file(s) that I could use for testing and unittests?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: