average-measure¶
Synopsis¶
average-measure [-h] [-n NAME [NAME ...]]
[-roi-name ROI_NAME [ROI_NAME ...]] [-size SIZE_TABLE]
[-o MEAN_TABLE] [-sdev SDEV_TABLE] [-var VAR_TABLE]
[-se SE_TABLE] [-u] -r ROI [ROI ...] [-d DELIM]
[-s SCALE] [-digits DIGITS] [-preload] [-transpose]
[-header] [-id ID_NAME] [-noid] [-a]
measure [measure ...]
Description¶
Average voxel-wise measure within each region of interest (ROI).
Command options¶
-
-h,--help¶ show this help message and exit
-
-nNAME [NAME ...],-nameNAME [NAME ...],-namesNAME [NAME ...],--nameNAME [NAME ...],--namesNAME [NAME ...]¶ Names of input measures. Input file name excluding file name extension is used by default.
-
-roi-nameROI_NAME [ROI_NAME ...],-roi-namesROI_NAME [ROI_NAME ...],--roi-nameROI_NAME [ROI_NAME ...],--roi-namesROI_NAME [ROI_NAME ...]¶ Names of ROIs. By default, one-based ROI IDs are generated.
-
-sizeSIZE_TABLE,-roi-sizeSIZE_TABLE,--sizeSIZE_TABLE,--roi-sizeSIZE_TABLE¶ Write sizes (sum of weights) of ROIs to specified file.
-
-oMEAN_TABLE,-meanMEAN_TABLE,-outputMEAN_TABLE,-tableMEAN_TABLE,--meanMEAN_TABLE,--outputMEAN_TABLE,--tableMEAN_TABLE¶ Write mean values to specified table
-
-sdevSDEV_TABLE,-stdevSDEV_TABLE,-stddevSDEV_TABLE,-standard-deviationSDEV_TABLE,--sdevSDEV_TABLE,--stdevSDEV_TABLE,--stddevSDEV_TABLE,--standard-deviationSDEV_TABLE¶ Write standard deviation of weighted measurements to specified file.
-
-varVAR_TABLE,-varianceVAR_TABLE,--varVAR_TABLE,--varianceVAR_TABLE¶ Write variance of weighted measurements to specified file.
-
-seSE_TABLE,-standard-errorSE_TABLE,--seSE_TABLE,--standard-errorSE_TABLE¶ Write standard error of weighted mean to specified file.
-
-u,-unbiased,--unbiased¶ When computing second moments, apply Bessel’s correction.
-
-rROI [ROI ...],-regionROI [ROI ...],-roiROI [ROI ...],-roi-pathROI [ROI ...],--regionROI [ROI ...],--roiROI [ROI ...],--roi-pathROI [ROI ...]¶ Binary mask or segmentation probability map of ROI(s).
-
-dDELIM,-delimDELIM,-delimiterDELIM,--delimDELIM,--delimiterDELIM¶ String/character used to delimit table entries.
-
-sSCALE,-scaleSCALE,--scaleSCALE¶ Common scaling factor by which to multiply input values.
-
-digitsDIGITS,-precisionDIGITS,--digitsDIGITS,--precisionDIGITS¶ Number of digits after the decimal point.
-
-preload,--preload¶ Read each input image only once. Requires enough memory to preload all measures into memory.
-
-transpose,--transpose¶ Transpose output table s.t. each row corresponds to an input measure
-
-header,--header¶ Print table header
-
-idID_NAME,--idID_NAME¶ Header value of ID column
-
-noid,--noid¶ Do not print ID column
-
-a,-append,--append¶ Append results to existing table.