Commit 7240599d authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent a82efcd8
Loading
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -5522,13 +5522,9 @@ class MCIsimulator():

def runMCIsim(sourcein,configfile,dir_path,iLoop):
    
    print('Simulation iLoop = ', iLoop)  
    
    print('路径Test:dir_path', dir_path)

    # opts, args = processArgs()                
    # opts.configfile=configfile

    sim= dict()
    sim[iLoop] = MCIsimulator(configfile)
    
@@ -5536,10 +5532,6 @@ def runMCIsim(sourcein,configfile,dir_path,iLoop):
    
    sim[iLoop].information['sourcein'] =sourcein 
    
    #sim[iLoop].information['dir_path'] = dir_path
    

    
    sim[iLoop].simulate(iLoop)   
       
    return
@@ -5548,9 +5540,3 @@ def runMCIsim(sourcein,configfile,dir_path,iLoop):
################################################################################################
################################################################################################
################################### main function  #############################################

# wfetimes= 2.0 #### wavefront error is wfetimes of CSST primary mirrors;
# # #### calculte MCI filters's PSF date Cube ####

# cal_Filter_PSF(wfetimes)
# print('finish calculate filter PSF...')
 No newline at end of file