-
Notifications
You must be signed in to change notification settings - Fork 6
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
Just a heads up for changing _SPCdata struct #6
Comments
@bhmarscheck Thanks for the heads up! I see that the "TCSPC Data file Structure" chapter was removed from the 10th edition of "The bh TCSPC Handbook". Which document defines the file structure now?
|
it is and always was the "SPC_data_file_structure.h" that is installed together with the TCSPC package |
I'll see if I can get the file as a separate download in the documentation area on the website so you dont have to install the whole package just to get the file. |
Thank you. That's reasonable. I still appreciated the chapter as a higher level introduction to the file structure. |
I intend to have a separat documentation for all sorts of programming related things with our software but the day just doesn't have enough hours if you know what i mean. But when i eventually come to it it will contain such a chepter. Apart from that the previous version of the handbook is still available on our website. |
Hello @bhmarscheck The "SPC_data_file_structure.h" file is indeed sufficient to write a SDT file reader. It is a valuable, thorough resource! It would be nice though to have definitions/comments for a few more fields in the Would it be possible for you to provide some SDT files for testing and improving this library? Also, the phasorpy project is looking for suitable SDT image datasets. If there is any way for you to share (for example, on Zenodo.org) the datasets used in the TCSPC Handbook, that would be most useful. |
I'll forward your desire for more comments in the Regarding the SDT files I can provide almoste any files you want. Is there something specific you are looking for or just any SDT files that have some FIFO image data in them? If you want to generate your own files I would recomend installing the TCSPC package from our website and run SPCM in emulation mode (just chose the hardware of your choise in the first panel for emulation and then you can klick together the settings you want to test and save them as a .set file this is identical to the .sdt file only without the data. Id like to share via Zenodo but i am havin trouble with signing up/logging in there. |
Zenodo had a scheduled downtime today and ran into additional issues. Could you try again later?
Thank you. For the testing of this library, a set of files with distinct acquisition modes produced by different versions of the software/structures would be great. I'll try SPCM in emulation mode too. For the PhasorPy project, the datasets used in the TCSPC Handbook (or similar) shared on Zenodo would be most useful. |
With the new TCSPC release comming soon we had to make changes to the _SPCdata stuct in the Spcm_def.h. This will probably affect your MEASURE_INFO list. I'll provide the final changes as soon as possible.
The text was updated successfully, but these errors were encountered: