Skip to content

Raj-Lab-UCSF/cortography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cortography

Binder

  • Cortography (CORTical cartOGRAPHY) is a repository of utility tools and curated, collaborative collection of cortical and subcortical atlases for neuroimaging research.
  • The atlas utilities are based on Andreas Horn's detailed collection of atlas parcellations.
  • If you find any inaccurate information, or know of an atlas not currently in this list, feel free to fork this repository, include the missing atlas, and submit a Pull Request. Happy mapping.

Utilities

  • Collection of useful functions for the Raj lab

Installation instructions:

  • run pip install . inside the rajutils folder

Example usage

>>> from cortography.utils import atlas_utils
>>> atlas_utils.load_atlas(atlas='DK', portion='LRRL')