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

test

parent 077696cc
Pipeline #4065 failed with stage
in 0 seconds
...@@ -2537,7 +2537,7 @@ class MCIsimulator(): ...@@ -2537,7 +2537,7 @@ class MCIsimulator():
wave0, zodi0 = self.zodiacal(ra, dec, self.TianCe_day) # erg/s/cm^2/A/arcsec^2 wave0, zodi0 = self.zodiacal(ra, dec, self.TianCe_day) # erg/s/cm^2/A/arcsec^2
# EarthShine from straylight # 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])) radec=np.array([(ra*u.degree).value, (dec*u.degree).value]))
earth_e = sl.caculateEarthShineFilter(filter='r') earth_e = sl.caculateEarthShineFilter(filter='r')
......
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