cout<<"-t will give a separate output line for each 3D volume of a 4D timeseries"<<endl;
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;
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;
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<<"-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;
cout<<"Note - thresholds are not inclusive ie lthresh<allowed<uthresh"<<endl;
return1;
}
}
// Some specialised nonzero functions just for speedup
// Some specialised nonzero functions just for speedup