Home

Awesome

Clinical Toolbox for SPM

About

This toolbox is designed to help SPM12 normalize scans from indviduals with brain injury. For details visit the NITRC wiki

Installation

There are two ways to install this toolbox.

if isempty(which('spm')) || ~strcmp(spm('Ver'),'SPM12'), error('SPM12 required'); end;
pth = fullfile(spm('Dir'),'toolbox');
if ~exist(pth,'file'), error('SPM12 toolboxes not installed'); end;
cd(pth);
tbx = 'Clinical';
cmd = ['git clone git@github.com:neurolabusc', filesep, tbx, '.git'];
system(cmd);
pth = fullfile(pth, tbx);
if ~exist(pth,'file'), error('Unable to install toolbox'); end;
fprintf('Installed toolbox %s: to use launch SPM, choose "Batch" and select the SPM/Tools menu\n', tbx);
Recent Versions

19-May-2021

9-May-2017

7-July-2016

License

This software includes a BSD license

References

Nachev P, Coulthard E, Jäger HR, Kennard C, Husain M. (2008) Enantiomorphic normalization of focally lesioned brains. Neuroimage. 39(3):1215-26.

Rorden C, Bonilha L, Fridriksson J, Bender B, Karnath HO (2012) Age-specific CT and MRI templates for spatial normalization. NeuroImage. 61(4):957-65.