cout<<"preoption -t will give a separate output line for each 3D volume of a 4D timeseries"<<endl;
cout<<"preoption -K < indexMask > will generate seperate n submasks from indexMask, for indexvalues 1..n where n is the maximum index value in indexMask, and generate statistics for each submask"<<endl;
cout<<"Note - options are applied in order, e.g. -M -l 10 -M will report the non-zero mean, apply a threshold and then report the new nonzero mean"<<endl<<endl;
...
...
@@ -42,7 +42,7 @@ int print_usage(const string& progname) {
cout<<"-n : treat NaN or Inf as zero for subsequent stats"<<endl;
cout<<"-k <mask> : use the specified image (filename) for masking - overrides lower and upper thresholds"<<endl;
cout<<"-d <image> : take the difference between the base image and the image specified here"<<endl;
cout<<"-h <nbins> : output a histogram (for the thresholded/masked voxels only) with nbins"<<endl;
cout<<"-h <nbins> : output a histogram (for the thresholded/masked voxels only) with nbins"<<endl;
cout<<"-H <nbins> <min> <max> : output a histogram (for the thresholded/masked voxels only) with nbins and histogram limits of min and max"<<endl<<endl;
cout<<"Note - thresholds are not inclusive ie lthresh<allowed<uthresh"<<endl;