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

Automatically load spots coordinates for intensity integration in case of single-channel video projects. #131

Closed mca-sh closed 7 months ago

mca-sh commented 7 months ago

Improvement

In contrast to multi-channel video projects, coordinates determined in panel "Molecule coordinates" were not automatically imported for intensity-time trace calculations in panel "Intensity integration", which obligate the user to export spots coordinates to a file in order to re-import them in the next panel. Beside, coordinates transformation was still available for single-channel video projects, which make the user confused.

Spots coordinates are now automatically loaded for intensity integration and controls for coordinates transformation are made invisible in case of single-channel projects.

Remaining tasks

Fixes #130