Commit 70cea8a2 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 077696cc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2537,7 +2537,7 @@ class MCIsimulator():
        wave0, zodi0 = self.zodiacal(ra, dec, self.TianCe_day)     # erg/s/cm^2/A/arcsec^2
        
        # EarthShine from straylight
        sl = StrayLight(jtime=time_jd, sat=np.array([x_sat, y_sat, z_sat]),
        sl = StrayLight(self.information['dir_path'], jtime=time_jd, sat=np.array([x_sat, y_sat, z_sat]),
                        radec=np.array([(ra*u.degree).value, (dec*u.degree).value]))

        earth_e = sl.caculateEarthShineFilter(filter='r')