Commit 5dc72150 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 8112e880
Pipeline #4023 failed with stage
in 0 seconds
......@@ -1494,7 +1494,8 @@ class MCIsimulator():
self._createEmpty()
for key, value in self.information.items():
self.log.info('%s = %s' % (key, value))
###########################################################################
......@@ -5595,6 +5596,8 @@ def runMCIsim(sourcein,configfile,dir_path,iLoop):
print('Simulation iLoop = ', iLoop)
print('路径Test:dir_path', dir_path)
# opts, args = processArgs()
# opts.configfile=configfile
......@@ -5607,7 +5610,7 @@ def runMCIsim(sourcein,configfile,dir_path,iLoop):
sim[iLoop].information['dir_path'] = dir_path
print('sim.information dir_path', dir_path)
sim[iLoop].simulate(iLoop)
......@@ -5623,3 +5626,5 @@ def runMCIsim(sourcein,configfile,dir_path,iLoop):
# cal_Filter_PSF(wfetimes)
# print('finish calculate filter PSF...')
for key, value in self.information.items():
self.log.info('%s = %s' % (key, value))
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment