In the dialog "Linking", there is an option, which suggests to the user that the Linking process can be restricted to only the selected points. Users occassionally may want to use this, e.g. to speed up the linking process or just link specific spots with each other.
However, this option does not seem to work as the user would except.
Also, when looking at the current implementation, it looks as this button does not have any function (as far, as I do understand the code):
|
final JRadioButton btnSelection = new JRadioButton( "Spots in selection." ); |
If the button is selected, still all spots are linked and not only the selected spots

In the dialog "Linking", there is an option, which suggests to the user that the Linking process can be restricted to only the selected points. Users occassionally may want to use this, e.g. to speed up the linking process or just link specific spots with each other.
However, this option does not seem to work as the user would except.
Also, when looking at the current implementation, it looks as this button does not have any function (as far, as I do understand the code):
mastodon-tracking/src/main/java/org/mastodon/tracking/mamut/trackmate/wizard/descriptors/LinkingTargetDescriptor.java
Line 180 in 7587a2e
If the button is selected, still all spots are linked and not only the selected spots