|
@@ -143,7 +143,7 @@ def doPixelAnalysisRow(db,r,setup, mode='IVF'):
|
|
for s2 in sigma2:
|
|
for s2 in sigma2:
|
|
f=config.getPixelFitParFinalName(code,nc,s2,mode)
|
|
f=config.getPixelFitParFinalName(code,nc,s2,mode)
|
|
fName=getData.getLocalPath(r,setup,f)
|
|
fName=getData.getLocalPath(r,setup,f)
|
|
- sFile=segmentation.getSegmentationFileName(db,r,setup)
|
|
|
|
|
|
+ sFile=segmentation.getSegmentationFileName(r,setup,db=db)
|
|
segmFile=getData.getLocalPath(r,setup,sFile)
|
|
segmFile=getData.getLocalPath(r,setup,sFile)
|
|
if os.path.isfile(fName):
|
|
if os.path.isfile(fName):
|
|
print('Skipping; {} available.'.format(fName))
|
|
print('Skipping; {} available.'.format(fName))
|