Hi Jeff,<br><br>we are working on the command-line programs, but if I&#39;m not mistaken, the current commands are limited to the pre-processing of the images such as changes matrix and resolution conversion, translation, and rotation.<br>
<br>DiffeoMap does image registration and our experience tells it is still difficult to automate the process because quality control at each step is essential. <br><br>Susumu<br><br><div class="gmail_quote">On Mon, Apr 5, 2010 at 10:18 PM, Jeff Sadino <span dir="ltr">&lt;<a href="mailto:jsadino.queens@gmail.com">jsadino.queens@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello Everyone,<br>I am interested in using the command/script based files to run a lot of datasets.  I read Xin&#39;s posting about doing this in DiffeoMap with the following commands.  Is there anywhere I can look to see all of the available commands?  And are the instructions the same for DTI Studio as they are for DiffeoMap?<br>


<br>Thank you!<br>Jeff Sadino<br><br><br>Govind,<br><br>You need to create a command txt file named as &quot;<a href="http://xx.cf" target="_blank">xx.cf</a>&quot; first. The attached is an example. It decribes the syntax of the commands. The Load Command File option process all the loaded subject images based on these commands.<br>


<br>Hope this will help you.<br><br>Xin<br><br><br>//.cf file Format<br><br>// Lines that begin with &quot;//&quot; are comment lines.<br>// Commands are enclosed by &quot;Begin/End&quot; clauses.<br><br>// The commands use reserved keywords, such as &quot;crop&quot;, &quot;format&quot;, &quot;orientation&quot;.<br>


<br>// Crop Slices in Axial Projection Command Syntax<br>// crop startslicenumber endslicenumber<br><br>// Change Format Command Syntax<br>// format byte(word, float)<br><br>// Change Slice Orientation Command Syntax<br>

// orientation axial(sagittal, coronal)<br>
<br>// Rotate Image Command Syntax<br>// rotate x degree y degree z degree trilinear(neighbor)<br><br>// Shift Image Command Syntax<br>// shift point(mm) x shift y shift z shift<br><br>// Resample Image Command Syntax<br>


// resample imagewidth imageheight numberofslices fovwidth fovheight slicethickness trilinear(neighbor)<br><br>// example<br><br>//    Begin<br>//        crop 20 180<br>//        format byte<br>//        orientation axial<br>


//        rotate x 45 y 0 z 10 neighbor<br>//        shift point x 10 y 0 z 5<br>//        resample 181 217 181 181 217 1 trilinear<br>//    End    <br>
<br>_______________________________________________<br>
Mristudio-users mailing list<br>
<a href="mailto:Mristudio-users@mristudio.org">Mristudio-users@mristudio.org</a><br>
<a href="http://lists.mristudio.org/mailman/listinfo/" target="_blank">http://lists.mristudio.org/mailman/listinfo/</a><br>
Unsubscribe, send a blank email to: <a href="mailto:Mristudio-users-unsubscribe@mristudio.org">Mristudio-users-unsubscribe@mristudio.org</a><br>
<br></blockquote></div><br>