Commit bfd10df5 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 70cea8a2
Pipeline #4066 failed with stage
in 0 seconds
...@@ -2670,7 +2670,7 @@ class MCIsimulator(): ...@@ -2670,7 +2670,7 @@ class MCIsimulator():
print('k2=',k2) print('k2=',k2)
# #
filename=information['dir_path']+'MCI_inputData/galaxy_Input/Lens_SED_IMG_0.025_230626/Lens_img_cut_IMG_'+str(k2+1)+'.fits' filename=self.information['dir_path']+'MCI_inputData/galaxy_Input/Lens_SED_IMG_0.025_230626/Lens_img_cut_IMG_'+str(k2+1)+'.fits'
self.log.info('galaxy_Input image path is: %s' %(filename)) self.log.info('galaxy_Input image path is: %s' %(filename))
...@@ -2681,7 +2681,7 @@ class MCIsimulator(): ...@@ -2681,7 +2681,7 @@ class MCIsimulator():
srcs_cat=fits.open(filename) srcs_cat=fits.open(filename)
#### load galaxy SED fitsfile ### #### load galaxy SED fitsfile ###
filename=information['dir_path']+'MCI_inputData/galaxy_Input/Lens_SED_IMG_0.025_230626/Lens_img_cut_SED_'+str(k2+1)+'.fits' filename=self.information['dir_path']+'MCI_inputData/galaxy_Input/Lens_SED_IMG_0.025_230626/Lens_img_cut_SED_'+str(k2+1)+'.fits'
srcs_sed=fits.open(filename) srcs_sed=fits.open(filename)
self.log.info('galaxy_Input SED path is: %s' %(filename)) self.log.info('galaxy_Input SED path is: %s' %(filename))
......
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