Metadata-Version: 2.1
Name: hippunfold-toolbox
Version: 0.1.0
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
Project-URL: Documentation, https://brainstat.readthedocs.io
Project-URL: Bug Reports, https://github.com/MICA-LAB/BrainStat/issues
Project-URL: Source, https://github.com/MICA-LAB/BrainStat/
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
License-File: LICENSE
Requires-Dist: Path (>=16.4.0)
Requires-Dist: brainspace (>=0.1.2)
Requires-Dist: h5py
Requires-Dist: netneurotools
Requires-Dist: neurosynth
Requires-Dist: nibabel
Requires-Dist: nilearn (>=0.7.0)
Requires-Dist: nimare
Requires-Dist: numpy (>=1.16.5)
Requires-Dist: pandas (>=0.23)
Requires-Dist: scikit-learn
Requires-Dist: scipy (>=1.3.3)
Requires-Dist: templateflow
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: gitpython ; extra == 'dev'
Requires-Dist: hcp-utils ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: plotly ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

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
```



