vistalab / vistasoft

VISTASOFT is the main software repository of the VISTA lab at Stanford University.
http://vistalab.stanford.edu
146 stars 142 forks source link

Vistasoft

VISTASOFT is the main software repository of the Vista lab at Stanford University. It contains Matlab code to perform a variety of analysis on MRI data, including functional MRI and diffusion MRI.

License

(c) Vista lab, Stanford University.

Unless otherwise noted, all our code is released under the GPL

Modules

Vistasoft contains the following modules:

And in addition:

External dependencies

Vistasoft depends on the following packages:

Optional Packages

Documentation

For detailed documentation, please visit the VISTA lab wiki.

Installation

To install Vistasoft:

  1. Clone the Vistasoft repository on your local machine; for example:

    > cd ~/matlab
    > git clone https://github.com/vistalab/vistasoft
    
  2. Start Matlab and Add the Vistasoft repository's base directory to your Matlab path:

    addpath(genpath('~/matlab/vistasoft'));

    Note that if you have installed additional Matlab packages (such as the RemoteDataToolbox), you will have to ensure that these packages are on your path as well.

For help with the new mrInit intialization method, please see the Initialization Page.