sulpeak计算公式修改
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2026-06-23 10:31:10 +08:00
parent 2e388db02c
commit bddcadeb89
1 changed files with 3 additions and 3 deletions

View File

@ -1612,7 +1612,7 @@ export default {
label: "Mean Pixel", label: "Mean Pixel",
name: "sulpeak", name: "sulpeak",
unit: "SUL", unit: "SUL",
value: suvFactor.suvlbm ? segmentStat.mean.value * suvFactor.suvlbm / suvFactor.suvbw : 0, value: suvFactor.suvlbm && suvFactor.suvbw ? segmentStat.mean.value * suvFactor.suvlbm / suvFactor.suvbw : 0,
} }
} }
let segmentGroup = this.segmentList.find(item => item.segmentationId === segmentationId) let segmentGroup = this.segmentList.find(item => item.segmentationId === segmentationId)