RNA-FRETools / MASH-FRET

MATLAB package to analyze single-molecule FRET data
https://rna-fretools.github.io/MASH-FRET/
GNU General Public License v3.0
8 stars 2 forks source link

Handle error when an .avi file is used for intensity integration #122

Closed mca-sh closed 9 months ago

mca-sh commented 9 months ago

When an .avi file was used in Video processing to create intensity trajectories, a MATLAB error was terminating the process. To prevent such a crash, the error is now handle by an error message in the action panel.

Fixes #121