hatzakislab / DeepFRET-GUI

GNU General Public License v3.0
9 stars 5 forks source link

correct framerate calculation #24

Closed cvdelannoy closed 3 years ago

cvdelannoy commented 3 years ago

Hi!

While trying to load my own traces in DeepFRET in plain text dat files I think I've stumbled on a bug.

If dat files count on the first column being time, then I think the frame rate was calculated wrongly before; it should take the first two values out of the first column instead of the first two values of the first row.