morphologist: running sulci identification from python

Questions about BrainVisa usage and installation

Moderators: denghien, riviere

Post Reply
pdeman
Posts: 39
Joined: Thu Sep 17, 2015 4:09 pm
Location: moving sometimes

morphologist: running sulci identification from python

Post by pdeman »

Hello,

I am trying to run the sulci identification step from morphologist using python (from the IntrAnatElect toolbox).
currently I have this command line:

Code: Select all

self.brainvisaContext.runInteractiveProcess(myCallback, 'Morphologist 2012', mri = self.mriAcPc, Normalised='No', Anterior_Commissure = self.AcPc['AC'],\
	                           Posterior_Commissure = self.AcPc['PC'], Interhemispheric_Point = self.AcPc['IH'], Left_Hemisphere_Point = self.AcPc['LH'])
this does the sulci segmentation and now I would like to add the sulci identification step.

How can I do ?

Best Regards,
Pierre
Post Reply