Search found 2 matches

by Rolls
Tue Apr 24, 2018 2:31 pm
Forum: Anatomist
Topic: Hide/Show chosen sulcus
Replies: 2
Views: 10936

Re: Hide/Show chosen sulcus

Thank you very much, it's exactly what I needed.

Everything works perfectly for me.

Kindest regards,
Rolls
by Rolls
Tue Apr 24, 2018 10:07 am
Forum: Anatomist
Topic: Hide/Show chosen sulcus
Replies: 2
Views: 10936

Hide/Show chosen sulcus

Dear Anatomist experts, I am currently working on a Python script to show sulci. For the time being, I can load all the sulci : import anatomist.api as anatomist from soma import aims import numpy as np a = anatomist.Anatomist() graph_name=... graph = a.loadObject( graph_name ) awin = a.createWindow...