cerebellum-value-map

Show colors on a cerebellum illustration.


License
MIT
Install
pip install cerebellum-value-map==0.1.0

Documentation

Cerebellum Value Map

License: MIT

This package can show values as colors on top of a cerebellum illustration:

example_lobe example_lobule

It is used in the paper Longitudinal analysis of regional cerebellum volumes during normal aging.

Install

Install from GitHub:

   pip install git+https://github.com/shuohan/cerebellum-value-map

Install from PyPI:

   pip install cerebellum-value-map

Use the source code:

   git clone https://github.com/shuohan/cerebellum-value-map
   # see https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
   export PYTHONPATH=$(realpath cerebellum-value-map):$PYTHONPATH
   cd cerebellum-value-map/scripts
   ./show_cerebellum.py -h

See the documentation for more details.