-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to covert .ptu to hdf5 #56
Comments
Hi Mario, my guess is that your file is formatted differently than |
Thank you Mayeshh for replying. I am attaching the .ptu file that is been generated from our setup below. We have a home-built setup where we have a single donor excitation laser (520nm, pulsed laser) for exciting the sample, MultiHarp 150 (multi-channel event timer, PicoQuant) and SymPhoTime 64 software for data acquisition. We have choosen channel-2 as donor channel and channel-1 as acceptor channel and used a dual-labelled DNA ( Cyanine 3 and Cyanine 5 as our FRET-pair). If you need any other info please let me know. |
Hey @Marioandnoddy, The Multiharp 150 isnt supported in phconvert 0.9. I got around this in the past by adding the information for the Multiharp to pqreader.py. Firstly, add the Multiharp to the dict which holds the record types:
Looking back on my notes the example file from PQ i got this information from has gone, but i think this one contains whats needed - https://github.com/PicoQuant/PicoQuant-Time-Tagged-File-Format-Demos/blob/master/PTU/Python/Read_PTU.py. It looks like PQ are moving towards a 'GenericT3' file format, which contains the Multiharp.
Let me know if that works for you, otherwise I can take a look and see what else needs doing. Cheers, |
Thankyou so much for your help, I was able to convert my .ptu to .hdf5 by changing pqreader.py as mentioned above. |
I am unable to convert .ptu to hdf5 format using phconvert. While converting .ptu to hdf5 format it showed following error:(attached below).]
I also tried converting .ptu files to text files and the keyerror type that it is showing here 66311, this is the TTResultFormat_TTRRecType variable
My TCSPC module is Multiharp150. Please help.
The text was updated successfully, but these errors were encountered: