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

Correct exclusion of molecule coordinates and other minor stuff #101

Closed mca-sh closed 1 year ago

mca-sh commented 1 year ago

In VP, molecule coordinates were cleaned after spot finding but not after transformation which yield neighbouring molecules with overlapping signals in the final set. In this branch, the exclusion criteria of the minimum inter-spot and image edge-spot distances are applied on the transformed coordinates set.

in TP, the update of the value of the UI checkbox Adjust to data was omitted, which was very confusing. In this branch, the value is properly set each time the GUI update function in called.

in TA, the targetted plot was reset to TDP every time the popup molecule subgroup was used, which made it very difficult to compare the same plot for different subgroups. In this branch, the targetted plot remains the same after the subgroup selection changes.