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'])
How can I do ?
Best Regards,
Pierre