I've started to make some (hackish) modifications to enable the application for use on human measurements.
By taking some shortcuts the application can't open a database with animal measurements when running in the human mode, because you'll try to access non-existing contact labels. However, changing that would probably severely break the application.
For now, I seem to have adjusted the following parts:
settings, updated the contact_dict and color dicts
analysis widgets, only draw a left and right foot when appropriate
processing widgets, likewise.
That seemed to be the only adjustments required to get it working. This saves me the trouble of maintaining two branches of the same application. There might be some 'hidden' bugs in the models and calculations, so if anyone spots some, I'd like to know about it.
I've started to make some (hackish) modifications to enable the application for use on human measurements.
By taking some shortcuts the application can't open a database with animal measurements when running in the human mode, because you'll try to access non-existing contact labels. However, changing that would probably severely break the application.
For now, I seem to have adjusted the following parts:
That seemed to be the only adjustments required to get it working. This saves me the trouble of maintaining two branches of the same application. There might be some 'hidden' bugs in the models and calculations, so if anyone spots some, I'd like to know about it.