MRI Analysis Software

UPDATE: Most of the programs below can be easily installed for Ubuntu or Debian Linux OS at Neurodebian repository at:

http://neuro.debian.net/pkglists/toc_pkgs_for_field_mri.html#toc-pkgs-for-field-mri

For FSL install fsl-5.0-core

 

Software recommended for working with MRI data:

***To connect from outside of UF, you will first need to install the Cisco anyconnect VPN server:

https://connect.ufl.edu/it/wiki/Pages/glvpn-anyconnect-install.aspx

(do this before anything else)

The following work with Windows or Mac:

  1. Filezilla: https://filezilla-project.org/

Use this program to transfer data from the MRI computer to your local computer. First go to File>Site Manager and a panel opens. On the lower left-hand side of the panel click on ‘New Site’, rename the site as something like ‘11Tesla Bruker MRI’. Starting on the upper right-hand side, enter (for 11 Tesla):

Host: nmr470.mbi.ufl.edu

Protocol: SFTP – SSH File Transfer Protocol

Logon Type: Normal

User: LPerez

Password: luis11t

And then Press Connect or OK

  1. MRIcron: https://www.nitrc.org/projects/mricron/

This is a suite of tools/small programs for image viewing and image format conversion. The most important one we use here is called: dcm2nii which converts dicom files from the Bruker 11 T to 4D NIFTI_GZ format used in FSL and other programs.

  1. ITK-SNAP: http://www.itksnap.org/pmwiki/pmwiki.php

We use this to manuall segment the brain and draw volumetric masks over lesions or regions of interest.

  1. MATLAB 2017a: https://www.mathworks.com/products/simulink.html

(nota bene: for matlab, create an account on their website using your UF email and link your account to the UF account using the following number: 191877. Once the software is installed on your computer, I will send you a copy of the network license, called ‘network.lic’ to insert in the MATLAB directory and activate your copy)

The following work only on Mac or Linux:

  1. AFNI: https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/background_install/install_instructs/index.html
  2. FSL: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FslInstallation
  3. XQuartz for Mac: https://www.xquartz.org/ (This is the command line program for Mac. If using Ubuntu on Windows 10 (see nota bene below), you have to install https://sourceforge.net/projects/xming/ )

For those with Linux Machines you can use this resource for easy installation:

NeuroDebian: http://neuro.debian.net/pkglists/toc_pkgs_for_field_mri.html#toc-pkgs-for-field-mri

You can run all programs on Windows 10 if you turn on the Developer tools settings:

Search: ‘Developer’ using cortana on windows. Click ‘on’ developer mode. Then in the APP store for Windows download the latest version of Ubuntu 16.04.

To run Ubuntu, you first need to turn on XMing (see above). After the Ubuntu bash system is on, you may use as a Linux computer. To get to your actual local C drive desktop, you need to type the following:

cd /mnt/c/Users/YOURCPUNAME/Desktop

You’ll be using command line scripts a lot, so the following is a list of UNIX commands that you should keep handy:

http://fsl.fmrib.ox.ac.uk/fslcourse/lectures/UnixHandout2017.pdf