Loading csst/msc/calib_pos.py +2 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,8 @@ class CsstProcMscPositionCalibration(CsstProcessor): cat_list = [] fn_list = [] for this_ccd_id in ccd_ids: print(type(this_ccd_id)) print(type(this_ccd_id),this_ccd_id) this_ccd_id=float(this_ccd_id) this_ccd_id=int(this_ccd_id) sex_cat = self.dm.l1_sci(ccd_id = this_ccd_id, suffix="img", ext="cat") fn = self.dm.l1_sci(ccd_id=this_ccd_id, suffix="img", ext="fits") Loading Loading
csst/msc/calib_pos.py +2 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,8 @@ class CsstProcMscPositionCalibration(CsstProcessor): cat_list = [] fn_list = [] for this_ccd_id in ccd_ids: print(type(this_ccd_id)) print(type(this_ccd_id),this_ccd_id) this_ccd_id=float(this_ccd_id) this_ccd_id=int(this_ccd_id) sex_cat = self.dm.l1_sci(ccd_id = this_ccd_id, suffix="img", ext="cat") fn = self.dm.l1_sci(ccd_id=this_ccd_id, suffix="img", ext="fits") Loading