<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>MriCro</title><revhistory><revision><revnumber>14</revnumber><date>2013-03-07 21:24:30</date><authorinitials>localhost</authorinitials><revremark>converted to 1.6 markup</revremark></revision><revision><revnumber>13</revnumber><date>2009-12-07 15:50:58</date><authorinitials>JessicaGrahn</authorinitials></revision><revision><revnumber>12</revnumber><date>2009-11-10 16:39:28</date><authorinitials>MartinMonti</authorinitials></revision><revision><revnumber>11</revnumber><date>2009-11-09 16:01:10</date><authorinitials>MartinMonti</authorinitials></revision><revision><revnumber>10</revnumber><date>2009-11-09 15:52:54</date><authorinitials>MartinMonti</authorinitials></revision><revision><revnumber>9</revnumber><date>2009-06-30 14:51:48</date><authorinitials>JonathanPeelle</authorinitials></revision><revision><revnumber>8</revnumber><date>2009-06-30 14:49:37</date><authorinitials>JonathanPeelle</authorinitials><revremark>added mricron information</revremark></revision><revision><revnumber>7</revnumber><date>2006-07-31 08:26:01</date><authorinitials>cmbg-cache-2.server.ntli.net</authorinitials></revision><revision><revnumber>6</revnumber><date>2006-07-31 08:22:32</date><authorinitials>cmbg-cache-2.server.ntli.net</authorinitials></revision><revision><revnumber>5</revnumber><date>2006-07-31 08:19:26</date><authorinitials>cmbg-cache-2.server.ntli.net</authorinitials></revision><revision><revnumber>4</revnumber><date>2006-07-29 22:52:30</date><authorinitials>cmbg-cache-2.server.ntli.net</authorinitials><revremark>Shorter name!</revremark></revision><revision><revnumber>3</revnumber><date>2006-07-24 15:52:29</date><authorinitials>cmbg-cache-2.server.ntli.net</authorinitials></revision><revision><revnumber>2</revnumber><date>2006-07-24 15:49:53</date><authorinitials>cmbg-cache-2.server.ntli.net</authorinitials></revision><revision><revnumber>1</revnumber><date>2006-07-24 15:49:21</date><authorinitials>cmbg-cache-2.server.ntli.net</authorinitials></revision></revhistory></articleinfo><section><title>MRIcro and MRIcroN information</title><para>MRIcro is an excellent free viewer for medical images written by <ulink url="http://www.sph.sc.edu/comd/rorden/">Chris Rorden</ulink>.  It has many facilities, most notably ROI drawing and analysis. The newer version of the software is <ulink url="http://www.sph.sc.edu/comd/rorden/mricron/">MRIcron</ulink>. </para><para>See the <ulink url="http://www.sph.sc.edu/comd/rorden/mricro.html">MRIcro manual</ulink>, <ulink url="http://www.sph.sc.edu/comd/rorden/mritut.html">MRIcro tutorial</ulink> and <ulink url="http://www.sph.sc.edu/comd/rorden/faq.html">MRIcro FAQ</ulink> - as well as other links on <ulink url="http://www.sph.sc.edu/comd/rorden/">Chris Rorden's home page</ulink>.  The MRIcro tutorial has instructions on creating a region of interest, and on how to prepare scans of damaged brains for spatial normalisation. </para><para>One of the features in MRIcro is the ability to display points on selected slices - such as maxima from various imaging studies. This is covered in the <ulink url="http://www.sph.sc.edu/comd/rorden/faq.html#hotspot">hotspot section</ulink> of the MRIcro FAQ, and also (for an older version) by our <ulink url="https://lsr-wiki-02.mrc-cbu.cam.ac.uk/imaging/MriCro/imaging/MricroPoints#">MricroPoints</ulink> page. </para><para>Another useful feature (best in MRIcroN) is the inclusion of Brodmann and aal structural templates. You can load up an SPM activation map (perhaps overlaying it on a default structural such as the ch2 brain in MRIcroN, or an average structural from your volunteers) and in another MRIcroN window, load a template. 'Yoke' the two, and you can click on your hotspots in one window, and see (approximate) Brodmann or structural labels of your hotspots in the other window. </para><section><title>Using MRIcro/MRIcron at the CBU</title><para>Download to a windows machine to run locally.   </para><para>To start on the linux systems, use: </para><screen><![CDATA[startmricro &]]></screen><para>or, for MRIcron, </para><screen><![CDATA[mricron &]]></screen><para>(the '&amp;' at the end has the effect of returning you to the terminal where you typed the command rather than leaving it hanging until MriCro closes) </para><para>MRIcron is located in /imaging/local/linux/bin/mricron. </para></section><section><title>Using DCM2NII</title><para>This is a nice little tool, part of MRICroN, that allows you to do several things, in particular it allows you to transform a bunch of DICOM files into a series of 3D NIFTI images (if you are an SPM user) or one 4D NIFTI file (if you are an FSL user). </para><para>you can either use it from the command-line (type dcm2nii to get the full help), or as a GUI: </para><screen><![CDATA[> dcm2nii
> dcm2nii_gui &]]></screen><para>For example, say you ran a study and have a bunch of CBU EPI runs. The following command will turn each DICOM run into one 4D nii.gz file you can feed into the FSL analysis: </para><screen><![CDATA[dcm2nii -g y -o /imaging/destinationpath /mridata/cbu/CBUSession_*/*/*_CBU_EPI_*]]></screen><para>NOTE: the g option makes the output a nii.gz (as opposed to a nii) file, which is absolutely recommended! </para></section></section></article>