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

update

parent ad2dc3b5
Pipeline #7885 failed with stage
in 0 seconds
......@@ -1286,7 +1286,7 @@ class MCIsimulator():
eff_arr = Nphoton*ft_effnew*tel_effnew
Sumphoton[ch] = np.sum(eff_arr)
# seven wavelength for the seleced filter
iwave = self.filter_psf[ch]['psf_iwave'][:]
......@@ -1822,7 +1822,11 @@ class MCIsimulator():
# ###### use SED_code to generate star SED #######
if get_file_extension(starcat) == '.fits':
umag = self.star['gmag'][j]; gmag = self.star['gmag'][j]; rmag = self.star['rmag'][j]; imag = self.star['imag'][j]; zmag = self.star['zmag'][j];
umag = self.star['gmag'][j];
gmag = self.star['gmag'][j];
rmag = self.star['rmag'][j];
imag = self.star['imag'][j];
zmag = self.star['zmag'][j];
# SED of j-th star
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