From 754bf514f2432bcc82d80aa01c980b33d251e7e9 Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Wed, 16 Apr 2008 13:51:20 +0000 Subject: [PATCH] Removed ANALYZE --- fslorient.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fslorient.cc b/fslorient.cc index a474726..0d87ce8 100644 --- a/fslorient.cc +++ b/fslorient.cc @@ -37,9 +37,7 @@ void print_usage() { cout << " -forceneurological (makes FSL neurological header - not Analyze)" << endl; cout << " -swaporient (swaps FSL radiological and FSL neurological)" << endl; cout << endl; - cout << " Note: ANALYZE files are NOT modified by any of the commands" << endl; - cout << " - they are for NIFTI files ONLY!" << endl; - cout << " For NIFTI: the stored data order is never changed here - only the header info." << endl; + cout << " Note: the stored data order is never changed here - only the header info." << endl; cout << " To change the data storage use fslswapdim." << endl; cout << endl; cout << " e.g. " << progname << " -forceradiological myimage" << endl; -- GitLab