minor adjustment

This commit is contained in:
Marco Cammarata 2016-12-01 11:17:34 +01:00
parent 527f88b50c
commit 4b9f1ab8b0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import xanes_analyzeRun
import sys
def doRun(run=56):
r = xanes_analyzeRun.AnalyzeRun(run,initAlign=56)
ret = r.analyzeScan(shots="all",nImagesToFit=5)
ret = r.analyzeScan(nImagesToFit=5)
r.save(overwrite=True)
run = 56