Browse Source

operable doSummary.py

NIX Worker 1 year ago
parent
commit
6f536a609c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pythonScripts/doSummary.py

+ 2 - 2
pythonScripts/doSummary.py

@@ -12,8 +12,8 @@ def main(configFile):
       xsetup=json.load(f)
    db,fb=getData.connectDB(xsetup['network'])
 
-   summaryIVF=analysis.summaryPixelIVF(db,fb,setup)
-   analysis.storeIVF(db,setup,summaryIVF)
+   summaryIVF=analysis.summaryPixelIVF(db,fb,xsetup)
+   analysis.storeIVF(db,xsetup,summaryIVF)
 
 
 if __name__=="__main__":