SpmDtiToolbox - Methods

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
WHat wOrd is made by the captiaL lettErs?

Revision 1 as of 2007-09-16 18:26:09

location: SpmDtiToolbox

= SPM DTI toolbox ==

This is a toolbox for playing with DTI data, including data import and export in DICOM, SPM and FSL format, creating mask images, and diagnosing slice artfacts, such as the DtiSpikingArtefact.

Subversion repository

At: http://imaging.mrc-cbu.cam.ac.uk/svn/cbumethods/dti/trunk

For example, to get a copy of the current state of the development code:

svn export http://imaging.mrc-cbu.cam.ac.uk/svn/cbumethods/dti/trunk cbudti

(this results in a new cbudti directory containing the code. To use it, put it on your matlab path (addpath /your/directory/cbudti).

To check out a versioned copy for editing or reviewing changes:

svn co http://imaging.mrc-cbu.cam.ac.uk/svn/cbumethods/dti/trunk cbudti

Then (if you have permission) edit some file.

Then:

svn commit -m 'A comment'

And:

cd cbudti; svn update

to get the latest repository data into your working copy in the cbudti subdirectory.

MatthewBrett