connectomicslab/connectomemapper3

ENH: Custom atlas support

sebastientourbier opened this issue · 1 comments

Brainstorming on how to make CMP3 handling custom cortical parcellation atlases.

Possible inputs

Resources

  • New config traits
    • Segmentation stage
      • Add Custom option for segmentation_tool
      • custom_bids_derivatives that specifyies the BIDS derivatives directory where WM tissue and brain masks are located
      • pybids_config a path to a JSON file that specifies the pybids query to get the WM mask (like label-WM)
    • Parcellation stage
      • Add Custom Parcellation option for parcellation_scheme
      • custom_bids_derivatives that specifyies the BIDS derivatives directory where parcellation(s) is(are) located
      • pybids_config a path to a JSON file that specifies the pybids query to get the atlas (like atlas=Desikan)
      • parcellation_name the name of the atlas used in the output parcellation filename of the anatomical pipeline.