Browse Source

runStat cleanup, adding forceGlobal, forceLiver15, forceLiver and forceSUVMax flags, doUpload flag, and changing liver15 threshold formula

nixWorker 1 month ago
parent
commit
e5a5e21db9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pythonScripts/runStat.py

+ 2 - 2
pythonScripts/runStat.py

@@ -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