Loading csst_mci_sim/csst_mci_sim.py +5 −3 Original line number Diff line number Diff line Loading @@ -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') Loading Loading
csst_mci_sim/csst_mci_sim.py +5 −3 Original line number Diff line number Diff line Loading @@ -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') Loading