tttrlib icon indicating copy to clipboard operation
tttrlib copied to clipboard

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

Open py-E-SIS opened this issue 1 year ago • 1 comments

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

py-E-SIS avatar Jun 27 '24 08:06 py-E-SIS

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

tpeulen avatar Jun 27 '24 13:06 tpeulen