|
@@ -115,8 +115,8 @@ def main(parFile='../templates/statistics.json'):
|
|
|
liverThreshold={x:outputs[x].get(liverId,default)['SUVmean']
|
|
|
+2*outputs[x].get(liverId,default)['SUVSD']
|
|
|
for x in outputs}
|
|
|
- liver1p5Threshold={x:outputs[x].get(liverId,default)['SUVmean']
|
|
|
- +1.5*outputs[x].get(liverId,default)['SUVSD']
|
|
|
+ liver1p5Threshold={x:1.5*outputs[x].get(liverId,default)['SUVmean']
|
|
|
+ +2*outputs[x].get(liverId,default)['SUVSD']
|
|
|
for x in outputs}
|
|
|
lesionId=4
|
|
|
bmId=3
|