Search found 161 matches

by Dominique Geffroy
Fri Oct 16, 2009 10:26 am
Forum: AIMS
Topic: series of 3D files to a 4D file
Replies: 3
Views: 15454

Re: series of 3D files to a 4D file

Hi, The BV process that you mentioned "Volume series to single file" seems to work. To select a serie of images, you just have to select one file and brainvisa takes into account all the serie. Indeed, it is not very clear that the selection works as only the file you selected is visible i...
by Dominique Geffroy
Fri Sep 25, 2009 8:44 am
Forum: BrainVISA
Topic: Query for DiskItem query in brainvisa databases
Replies: 2
Views: 3498

Re: Query for DiskItem query in brainvisa databases

Hi Renaud,

You can use the findDiskItems of brainvisa databases :
neuroHierarchy.databases.findDiskItems({"_type" : "T1 MRI Bias Corrected"})

Dominique
by Dominique Geffroy
Wed Sep 02, 2009 8:22 am
Forum: BrainVISA
Topic: FMRI importation for cortical surface analysis
Replies: 5
Views: 4696

Re: FMRI importation for cortical surface analysis

oups! Yes that's what I wanted to say ;)
by Dominique Geffroy
Mon Aug 31, 2009 9:31 am
Forum: BrainVISA
Topic: FMRI importation for cortical surface analysis
Replies: 5
Views: 4696

Re: FMRI importation for cortical surface analysis

Hi Isabelle, Can you type in the name of the protocol and the subject in the corresponding field ? And does it work when you do that ? Actually, Brainvisa suggests name for protocols and subjects if you already have same type data in your database. If this is the first data of that type that you imp...
by Dominique Geffroy
Mon Aug 17, 2009 12:52 pm
Forum: BrainVISA
Topic: Gyral Parcellation and Sulcal Fundi Extraction
Replies: 2
Views: 6414

Re: Gyral Parcellation and Sulcal Fundi Extraction

Hello,

It seems that left_white_sulci and right_white_sulci are not optional even if they are indicated as optional in the process "create Label texture". Were these parameters filled when you ran the process ?

Dominique
by Dominique Geffroy
Tue Jul 07, 2009 3:04 pm
Forum: BrainVISA
Topic: query for ric peter sulcal depth and length
Replies: 1
Views: 2668

Re: query for ric peter sulcal depth and length

Hi,

Are you sure of the identifier of the process that you give to runProcess function ? It should be either the process filename without extension or its english name.
Is this process available when you run brainvisa in graphical mode ?

Dominique
by Dominique Geffroy
Thu Jun 04, 2009 8:59 am
Forum: BrainVISA
Topic: Questions for database:
Replies: 1
Views: 2598

Re: Questions for database:

Hello, it seems that you have not the same version of BrainVISA on the two computers or at least you have an old database in computer A. Indeed the data path on computer A correspond to the old organisation of BrainVISA database (protocol/subject/anatomy/image). It was used in BrainVISA 3.0. Whereas...
by Dominique Geffroy
Fri May 15, 2009 12:35 pm
Forum: BrainVISA
Topic: BrainVISA / Anatomist 3.1.6
Replies: 0
Views: 33243

BrainVISA / Anatomist 3.1.6

A minor 3.1.6 update has been released in the download section. It is a bugfix update.
It includes more recent version of Numpy (1.3.0) and Scipy (0.7.0). The Windows package now uses Python 2.5 like the Linux and MacOs packages.
by Dominique Geffroy
Tue Apr 14, 2009 9:47 am
Forum: BrainVISA
Topic: input field on Import T1 MRI
Replies: 5
Views: 4572

Re: input field on Import T1 MRI

Hello,

I cannot reproduce this problem on our Mac but it is not the same OS.
What is the format/extension of the file you try to import ? Maybe it is a file without extension (format dicom for example) and so brainvisa cannot recognize the format.
Did you try with another file ?

Dominique
by Dominique Geffroy
Fri Apr 03, 2009 10:04 am
Forum: BrainVISA
Topic: Commissure Coordinates error?
Replies: 3
Views: 3650

Re: Commissure Coordinates error?

Hi Tony, It seems that your data files are not in a BrainVISA database (mri = C:\BrainVisa\cartopac_02_19\01.nii, mri_corrected = C:\BrainVisa\cartopac_02_19\01_corr.nii). I guess you have not used the green database button to select these parameters but the filesystem button, don't you ? It is not ...
by Dominique Geffroy
Thu Mar 05, 2009 3:08 pm
Forum: BrainVISA
Topic: How to handle lots of data in batch mode?
Replies: 24
Views: 26380

Re: How to handle lots of data in batch mode?

This error message means that brainvisa cannot generate the file name of the output. Maybe you haven't configured your brainvisa database ? To do that, go to brainvisa => preferences => databases menu and click on the add button. Then you choose a directory for your database, brainvisa will write ou...
by Dominique Geffroy
Wed Mar 04, 2009 2:09 pm
Forum: BrainVISA
Topic: How to handle lots of data in batch mode?
Replies: 24
Views: 26380

Re: How to handle lots of data in batch mode?

Hi, The error message doesn't seem to be in relation with the command you passed to brainvisa at startup. I think the error is about a process bv_pipeline.py that you put in your $HOME/.brainvisa/processes directory. By the way, you also have a syntax error in the your command line, you have mixed s...
by Dominique Geffroy
Wed Feb 25, 2009 11:04 am
Forum: BrainVISA
Topic: How to handle lots of data in batch mode?
Replies: 24
Views: 26380

Re: How to handle lots of data in batch mode?

Hi, To know what are the parameters, you can run Brainvisa in normal mode (with the graphical interface) and open the process "T1 MRI/Segmentation Pipeline/T1 Pipeline 2007". The name of the parameters in the graphical interface are the same as the parameters that you can pass to the metho...
by Dominique Geffroy
Thu Feb 19, 2009 3:51 pm
Forum: BrainVISA
Topic: How to correct the Hemi_Mesh?
Replies: 6
Views: 5599

Re: How to correct the Hemi_Mesh?

Oh, I see. The step "split brain mask" automatically generates the split brain mask, so you mustn't run it *after* having corrected manually the mask, else you indeed erase your corrected mask. If you are using the process "T1 pipeline 2007", after having corrected manually your ...
by Dominique Geffroy
Wed Feb 18, 2009 10:30 am
Forum: BrainVISA
Topic: How to correct the Hemi_Mesh?
Replies: 6
Views: 5599

Re: How to correct the Hemi_Mesh?

Yes, in the process "T1 pipeline 2007", the split brain mask "split_mask" is generated in the step "Split Brain Mask" and it is used as an input named "brain_voronoi" in the step "Ana Get Opened Hemi Surface", which generates the hemisphere meshes. Y...