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

update

parent c7f7ec16
Pipeline #7884 failed with stage
in 0 seconds
......@@ -1285,13 +1285,8 @@ class MCIsimulator():
# SED flux*filter_flux*tel_eff
eff_arr = Nphoton*ft_effnew*tel_effnew
S checkInputList(input_ra_list, input_nstars)
checkInputList(input_dec_list, input_nstars)
checkInputList(input_pmra_list, input_nstars)
checkInputList(input_pmdec_list, input_nstars)
checkInputList(input_rv_list, input_nstars)
checkInputList(input_parallax_list, input_nstars)umphoton[ch] = np.sum(eff_arr)
Sumphoton[ch] = np.sum(eff_arr)
# seven wavelength for the seleced filter
iwave = self.filter_psf[ch]['psf_iwave'][:]
......
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