You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a matter of getting the timestamps that you need and then creating histogram using standard numpy np.histogram. The result is an array of counts that you can save to disk in many ways, for example using np.savetxt.
The only FRETBursts specific part is getting the timestamps. The options
Is there a way to export a binned time trace?
The text was updated successfully, but these errors were encountered: