Commit 85d58fe3 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent 6f04e7b3
...@@ -2328,7 +2328,7 @@ class MCIsimulator(): ...@@ -2328,7 +2328,7 @@ class MCIsimulator():
if self.debug: if self.debug:
nk2 = 1 nk2 = 1
else: else:
nk2 = 1 nk2 = 20
for k2 in (range(nk2)): for k2 in (range(nk2)):
print('k2=', k2) print('k2=', k2)
...@@ -2362,7 +2362,7 @@ class MCIsimulator(): ...@@ -2362,7 +2362,7 @@ class MCIsimulator():
if self.lensing: if self.lensing:
filename = self.information['dir_path'] + \ filename = self.information['dir_path'] + \
'MCI_inputData/galaxy_Input/Lens_SED_IMG_0.025_230606/Lens_img_cut_SED_' + \ 'MCI_inputData/galaxy_Input/Lens_SED_IMG_0.025_241227/Lens_img_cut_SED_' + \
str(k2+1)+'.fits' str(k2+1)+'.fits'
else: else:
......
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