-
Notifications
You must be signed in to change notification settings - Fork 9
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
Export "Inter-photon delay times" graph to .csv file #17
Comments
Hi @ncodina, In the first case, you need to get the photon streams with Data.get_ph_times(), use I the second case, you iterate through the axis children, selecting using |
Hi @tritemio, Thanks very much for the information. For now, I exported them by introducing this line of code in the hist_interphoton_single function, after defining counts. line: introduced here: FRETBursts/fretbursts/burst_plot.py Line 1470 in 790526b |
Good hack. In the future, we can think about a common API to save plot data . For example all the plot functions could accept a If you are interested to tackle this issue, I would welcome a Pull Request. |
Hi,
I want to export the data of the "Inter-photon delay times" to a .csv file. How would I do it?
The text was updated successfully, but these errors were encountered: