OpenSMFS / FRETBursts

Burst analysis software for single and multi-spot single-molecule FRET (smFRET) data.
https://opensmfs.github.io/FRETBursts/
GNU General Public License v2.0
12 stars 9 forks source link

Technical Repeat Support #41

Closed harripd closed 1 year ago

harripd commented 1 year ago

This update adds tests for most burst plotting functions, and expands test for burstlib_ext.

The major addition is that dplot(data, func, i=None) now plots data concatenated from technical repeats.

Technical repeats can now be treated in a single data object, which can be created by calling data = loader.photon_hdf5([filename1, filename2 ...]) Or processed data object can be merged with the bext.group_data([data1, data2 ...]) function. In both cases, technical repeats are treated like different spots in a multi-spot experiment.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB