ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

The dropdowns on the processing tab don't work correctly #138

Closed ivoflipse closed 9 years ago

ivoflipse commented 10 years ago

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

ivoflipse commented 9 years ago

So only the temporal threshold seems to work, the other two do not.

ivoflipse commented 9 years ago

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!