ivoflipse / Pawlabeling

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

Make sure the application doesn't crash if there are no measurements #26

Closed Meije175 closed 11 years ago

Meije175 commented 11 years ago

image

ivoflipse commented 11 years ago

I've added a check that counts how many dogs there have been found and if there are none, it will display a message on the statusbar and log a warning.

The only solution at this point would be to check if your measurement location in the config file is correct and whether you actually have any measurements at that location.

At the moment the application would require restarting if you need to change the location or if you've added measurements while the program was running. It doesn't update the tree without switching between processing and analysis and can't deal with changes in the config file after initialization.