Page 1 of 1

Iteration of importation process

Posted: Wed Oct 22, 2008 2:57 pm
by Melanie PELEGRINI
Hi all,

We're trying to import in BrainVISA 3.1.3 a *lot of* data (several hundreds of T1 MRI images).

I've managed to use the new 'Import T1 MRI' interface and import a T1 image in a brand new database.

But when I try to click on 'Iterate' to repeat the process on several files, I do not find it easy to define the output names of all the T1 files in the database...

The question is: how can I as automatically as possible (and as easily as possible) import a lot of MRI files in a database ?

Thanks for your help

Melanie

Re: Iteration of importation process

Posted: Thu Oct 23, 2008 8:22 am
by Yann Cointepas
I recently added the possibility to enter several values in attributes fields (such as protocol, subject, etc.). Just type space separated values and use double quotes if a value contains space. For instance, if you want to iterate importation on three subjects named "me", "him" and "another one", one can iterate the process, select three input images and type the following value in the subject field:

Code: Select all

me him "another one"
It will generate file names for each subject, you can now select three output file and run the iteration.

Re: Iteration of importation process

Posted: Thu Oct 23, 2008 12:56 pm
by Melanie PELEGRINI
OK, it works on the 3.1.3 package :D

Thanks

Melanie