Metadata-Version: 2.1
Name: hippunfold_toolbox
Version: 0.1.2
Summary: A toolbox for viewing, manipulating, and additional actions on HippUnfold outputs
Home-page: https://github.com/jordandekraker/hippunfold_toolbox
Author: Jordan DeKraker
Author-email: jordandekraker@gmail.com
License: BSD 3-Clause License
Keywords: hippunfold registration
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7.*
Description-Content-Type: text/x-rst
Provides-Extra: dev
License-File: LICENSE

Useful Matlab & Python tools for plotting and manipulating outputs from [HippUnfold](https://github.com/khanlab/hippunfold).

Example (Matlab):
```
plot_subject_foldunfold(<HippUnfold_dir>, <subjectID>, 'subfields');
```
![generated plot!](docs/images/subfields_foldunfold.png)

## Installation

Matlab:

```
git clone https://github.com/jordandekraker/hippunfold_toolbox.git
addpath(genpath('hippunfold_toolbox_Matlab'))
```


Python:

```
git clone https://github.com/jordandekraker/hippunfold_toolbox.git
cd hippunfold_toolbox
python setup.py install
```



