Python software package to quantify ocular torsion from video recordings.
Documentation at: https://enph1759.github.io/ota/
- Executables for GUI Mac and Windows
- Better python packaging
- Improving 2D Correlation function
- Better Error Handling
- Documentation
- Quickstart Guides
- Examples
Install git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Open terminal (or git bash) and type git clone https://github.com/enph1759/ota.git
Checkout out the git cheat sheet for helpful commands: https://github.com/enph1759/ota/blob/master/git-cheat-sheet.txt
IMPORTANT: please do not work out of the develop and master branch unless you know what you're doing. Create your own branch and then merge into master.
master This is the main branch of the repo, code owners must accept changes to this branch. Anyone who uses the app for data analysis will use the version on the master branch.
develop This branch is the where the "next release" of the code lives. By this we mean all experimental or new changes will go here. Once all the changes are verified as working, this branch will be merged into master.
gh-pages: this branch is for the documentation, basically don't touch it unless you updating the documentation.
Create your own branch if you want to work on new features or play around.
On the develop branch, type git checkout -B <your_branch_name>. Keep branches to small features and keep names descriptive. ex. hotfix/xcorr2d.