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

update

parent c7f7ec16
Loading
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -1285,12 +1285,7 @@ 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'][:]