#!/usr/bin/env perl # # Evaluate the surface area of the cortex on the lobes. Areas # are reported in native space (mm^2). # # Copyright Alan C. Evans # Professor of Neurology # McGill University # use strict; use warnings "all"; use Getopt::Tabular; use MNI::Startup; use MNI::FileUtilities qw(check_output_dirs); # --- set the help & usage strings --- my $help = <