Help importing and segmenting MRI with CAT12 from Python

Hello @claudiarodgadea,

It is possible to use Brainstorm without the GUI, this is by generating a Matlab script, and execute it. Details to do so are described in this tutorial:

The script import_mri() only does that, to import a MRI volume into the Brainstorm DB, the process that you are looking is process_segment_cat12.m

The process process_segment_cat12.m is called in these two examples:

In addition, check this other forum post: