FreeSurfer Course Setup

This purpose of this page is to describe how one would go about setting up laptops (or workstations) for a Freesurfer course.

Hardware

Software

Tutorial Data

Startup Script

Testing

$> ls $TUTORIAL_DATA
buckner_data                    fsfast-functional
diffusion_recons                fsfast-tutorial.subjects
diffusion_tutorial              long-tutorial

## Run a quick test
$> test_tutorials.sh -quick

## If the above command runs to completion without crashing then you're probably
## all set. But the following commands can be used to test specific tutorials.

## Run the Multi-Modal Integration tutorial
$> test_tutorials.sh -multimodal

## Run the TRACULA tutorial
$> test_tutorials.sh -tracula

## Display help and other options
$> test_tutorials.sh -help