Page 1 of 1

morphologist: running sulci identification from python

Posted: Fri Oct 30, 2015 4:05 pm
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