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

test

parent 5b292754
Pipeline #4052 failed with stage
in 0 seconds
......@@ -1927,10 +1927,12 @@ class MCIsimulator():
wave0, zodi0 = self.zodiacal(ra, dec, self.TianCe_day) # erg/s/cm^2/A/arcsec^2
self.log.info('load star catlog 2222222222222222222')
self.log.info('dir_path:')
self.log.info(self.information['dir_path'])
self.log.info(time_jd)
# EarthShine from straylight
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]))
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]))
self.log.info('load star catlog 3333333333333333333333333')
......
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