Mroiprofileツリーノードに関する詳細


設定

trstatsツリーはmroiprofileXファンクションの全ての設定を指定します。

シンタックス: trstats.Treenode:=<value>

サンプル:

  • trstats.n:=1
  • trstats.sum:=1
ツリーノード ラベル データ型 デフォルト 説明
mean 平均値 int 1 行列内のROIで平均値を出力するか指定します。
sd SD int 0 行列内のROIで標準偏差を出力するか指定します。
n N int 0 行列内のROIでデータポイントの数を表示するか指定します。
min 最小値 int 0 行列内のROIで最小値を出力するか指定します。
max 最大 int 0 行列内のROIで最大値を出力するか指定します。
median 中央値 int 0 行列内のROIで中央値を出力するか指定します。
sum 合計 int 0 行列内のROI合計値を出力するか指定します。
mincoord 最小のXY int 0 行列内のROIで最小値のXY座標を出力するか指定します。
maxcoord 最大のXY int 0 行列内のROIで最大値のXY座標を出力するか指定します。