NIFTIPeak: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
(Created page with " Return to Source Localization - SAM ==Description== The program NIFTIPeak is designed to find the peaks in all NIFTI volumetric image files i...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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 11: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.