NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
fsRunLongitudinalAllTimepoints.sh

(Note: This page is automatically generated. Please do not attempt to edit it!)

This script runs the FreeSurfer Longitudinal process on all timepoints, for a batch of patients.

Refer to: http://surfer.nmr.mgh.harvard.edu/fswiki/LongitudinalProcessing 
This script is equivalent to running:
  recon-all -long <tpNid> <templateid> -all

on all subjects.

Usage: fsRunLongitudinalAllTimepoints.sh dataFile [options] 

Mandatory Arguments:

  dataFile               : is a file containing 1 line per patient, where each line contains a patient name, followed by
                           the FreeSurfer directory name of each time point for that patient.
                           
                           eg.
                           ALLHA ALLHA01 ALLHA02 ALLHA03
                           ALLFA ALLFA01 ALLFA02 ALLFA03

Options:

  -echo                   : Just echo the commands, don't actually do it.