NIFTIPeak: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
|- valign="top" |
|- valign="top" |
||
|-v || verbose mode. Default is to work quietly. |
|-v || verbose mode. Default is to work quietly. |
||
} |
|} |
||
==Output Files== |
==Output Files== |
||
Latest revision as of 10:07, 19 March 2019
Return to Source Localization - SAM
Description
The program NIFTIPeak is designed to find the peaks in all NIFTI volumetric image files in the SAM subdirectory of a named dataset. It is similar in function to the AFNI program 3dExtrema, although NIFTIPeak was created specifically for finding peaks in images produced by SAMepi.
Usage
NIFTIPeak -r <dataset>
Other options:
-t <threshold> | Threshold for peak detection, usually a Z value. Defaults to the RMS intensity |
-s <size> | radius of the maximum search - individual maxima must be further apart than this distance to be considered separate maxima. Default value is twice the voxel dimension. |
-n <max> | Maximum number of maxima reported. Defaults to 10. |
-p | List the power in the output file |
Output Files
This outputs a single text file, giving the coordinates of each maximum, as well as the power if requested with the -p option.