openworm / open-worm-analysis-toolbox

A testing pipeline that allows us to run a behavioural phenotyping of our virtual worm running the same test statistics the Schafer Lab used on their worm data.
Other
49 stars 27 forks source link

Have `WCON demo.py` parse both sides of the worm's contour #202

Open MichaelCurrie opened 7 years ago

MichaelCurrie commented 7 years ago

https://github.com/openworm/open-worm-analysis-toolbox/blob/master/examples/WCON%20demo.py

MichaelCurrie commented 7 years ago

Note - WCON now has a native contour format. There still needs to be a conversion performed here.

https://github.com/openworm/tracker-commons/issues/132

MichaelCurrie commented 7 years ago

Working on this at the https://github.com/openworm/open-worm-analysis-toolbox/tree/WCON-fixes branch.

Since it's been a while, I brought this feature branch up to date with master using:

git pull
git checkout WCON-fixes
git rebase master
git push -f