Closed ivoflipse closed 10 years ago
So only the temporal threshold seems to work, the other two do not.
In the processingwidget I was trying to change the settings values with the wrong keys:
settings.settings.setValue("tracking_temporal", temporal_threshold)
settings.settings.setValue("spatial_threshold", spatial_threshold)
settings.settings.setValue("surface_threshold", surface_threshold)
I somehow came up with new names for the thresholds when creating these widgets and applied those wrote to those settings keys, but only the temporal threshold was correct.
Anyway, fixed now!
I just had a measurement where the tracking had failed. When I tried updating them through the dropdowns in the Processing tab, it didn't seem to have an effect (at least not for all dropdowns).
Figure out how these values should be updated so the whole app knows about it