The trstats tree specifies all settings for the mroiprofile X-Function.
Syntax: trstats.Treenode:=<value>
Example:
| Treenode | Label | Type | Default | Description |
|---|---|---|---|---|
| mean | Mean | int | 1 | Specify whether to output mean value for the ROI in the matrix. |
| sd | SD | int | 0 | Specify whether to output standard deviation value for the ROI in the matrix. |
| n | N | int | 0 | Specify whether to output the number of the data points for the ROI in the matrix. |
| min | Min | int | 0 | Specify whether to output minimum value for the ROI in the matrix. |
| max | Max | int | 0 | Specify whether to output maximum value for the ROI in the matrix. |
| median | Median | int | 0 | Specify whether to output median value for the ROI in the matrix. |
| sum | Sum | int | 0 | Specify whether to output sum value for the ROI in the matrix. |
| mincoord | XY of Min | int | 0 | Specify whether to output XY coordinates of minimum value for the ROI in the matrix. |
| maxcoord | XY of Max | int | 0 | Specify whether to output XY coordinates of maximum value for the ROI in the matrix. |