Search found 99 matches

by Manik
Fri Jul 23, 2004 12:57 pm
Forum: BrainVISA
Topic: creating a BrainVisa database hierarchy
Replies: 4
Views: 5256

Thank you very much for the answer. In fact, I already wrote a (small) document to describe how to do that kind of thing (in fact, only what I found out), and as soon as I consider it ok, I will send it to you (and translate it in english if I have time for this). I understand much better the use of...
by Manik
Fri Jul 16, 2004 4:41 pm
Forum: BrainVISA
Topic: creating a BrainVisa database hierarchy
Replies: 4
Views: 5256

creating a BrainVisa database hierarchy

Hi all, I am trying to create a specific database hierarchy. I know how my data should be organized, and I try to write a BrainVisa hierarchy to meet my needs. Is there a tutorial somewhere about writing a hierarchy ? I am using shfjHierarchy.py as a template, and I declared the new types I needed i...
by Manik
Mon Jul 05, 2004 11:09 am
Forum: BrainVISA
Topic: Database and data unrelated to subject
Replies: 1
Views: 3375

Database and data unrelated to subject

Hi, I need to store data unrelated to subjects, and I wonder if it is ok to put it in the BrainVisa database by changing its hierarchy. I need to store electrode meshes (or electrode graphs with the associated named hierarchy, for the colors), and have those meshes available in a BrainVisa script. I...
by Manik
Mon Jul 05, 2004 10:24 am
Forum: BrainVISA
Topic: Coordinates from Anatomist to BrainVisa
Replies: 6
Views: 6316

Ok, thanks a lot for the explanation. I just tried to link the parameters, and everything works perfectly now.
by Manik
Mon Jul 05, 2004 9:21 am
Forum: BrainVISA
Topic: Coordinates from Anatomist to BrainVisa
Replies: 6
Views: 6316

Ok, thanks, I understand much better now. I just have to link the parameters. I suppose it is more coherent to always use the same referential by default to transmit coordinates from Anatomist to BrainVisa (the red one), but I thought Anatomist transmitted the coordinates in the referential of the w...
by Manik
Fri Jul 02, 2004 6:37 pm
Forum: BrainVISA
Topic: Coordinates from Anatomist to BrainVisa
Replies: 6
Views: 6316

Ok, thanks, but I don't understand why it still doesn't work correctly with the latest (perforce) version, if the bug is corrected. I got the same problem with 2.3 package and perforce version (maybe not the same values, I didn't check). I can try to use the Talairach referential, but for now, when ...
by Manik
Fri Jul 02, 2004 4:27 pm
Forum: BrainVISA
Topic: Coordinates from Anatomist to BrainVisa
Replies: 6
Views: 6316

Coordinates from Anatomist to BrainVisa

Hi, I am trying to get the coordinates of two points selected with a mouse click (in Anatomist) in BrainVisa. This is probably a silly mistake, but I do not understand the results that I get : - I made a BrainVisa script with the following signature : signature = Signature( 'T1mri', ReadDiskItem( &q...
by Manik
Fri Jun 18, 2004 11:29 am
Forum: BrainVISA
Topic: database
Replies: 2
Views: 3760

Yes I did have this problem, but that is just because I had not given a valid hierarchy for the database. I added the path to the shfjHierarchy.py file of the brainvisa directory, and now it works. If you did provide a valid hierarchy file, could you describe more precisely what you did to add the d...
by Manik
Tue Jun 15, 2004 6:16 pm
Forum: BrainVISA
Topic: Problems with binaries linux - missing python directories ?
Replies: 6
Views: 8765

Hello, the python directory (and include file Python.h) you are looking for is not supposed to be in BrainVisa : it is supposed to be installed on your computer. You should have Python installed on your system (with the development package) to use BrainVisa. On my computer here, python include files...
by Manik
Tue Jun 15, 2004 10:59 am
Forum: BrainVISA
Topic: Multilingual graph hierarchy
Replies: 1
Views: 3385

Multilingual graph hierarchy

Hello all, I would like to know if it is possible to create a graph hierarchy (.hie) with multiple names or labels, as those names would be equivalent (latin, french, english...), and then select the language to display in Anatomist. I can create multiple .hie files, one for each language, and let t...
by Manik
Mon May 17, 2004 11:17 am
Forum: BrainVISA
Topic: Color and transparency for meshes
Replies: 13
Views: 10959

Ok, thanks a lot for the information. I still don't understand everything about graphs, but I was able to create a hierarchy and make a program which imports my data (as a xml file) and generates a graph corresponding to the hierarchy. One last question : is it possible to store the transparency in ...
by Manik
Thu May 13, 2004 9:47 pm
Forum: BrainVISA
Topic: Color and transparency for meshes
Replies: 13
Views: 10959

As I am writing a C++ program, the code you gave is really useful to me. But I just have one problem right now, concerning the insertion of meshes in graphs. The following line : GraphManip::storeAims( *g, v, "aims_Tmtktri", meshes[i] ); does not compile. I noticed that this function is a ...
by Manik
Tue May 11, 2004 5:56 pm
Forum: BrainVISA
Topic: Color and transparency for meshes
Replies: 13
Views: 10959

Ok, I think I will try to use the graphs. By the way, is there a documentation about the creation of a .hie and associated .arg files ? If not, I will first try to understand the nuclei example. About the .minf file, I just wanted to use it for my tests on one subject, so the entropy wouldn't have i...
by Manik
Tue May 11, 2004 3:44 pm
Forum: BrainVISA
Topic: Color and transparency for meshes
Replies: 13
Views: 10959

I see there is some documentation about hierarchies and arg files (http://brainvisa.info/doc/html/anatomis ... graph.html), so I will try to understand how I can use it.
Thank you for the answer !
by Manik
Tue May 11, 2004 2:48 pm
Forum: BrainVISA
Topic: Color and transparency for meshes
Replies: 13
Views: 10959

Color and transparency for meshes

Hello all, is there a simple way (without textures or brainvisa scripts) to store the color and transparency properties of a mesh for Anatomist ? Right now, I generate about 12 meshes, and each time I open them in Anatomist, I have to change the color of each one manually. I thought maybe that kind ...