Commit fe19dbdc authored by niejuzi's avatar niejuzi
Browse files

update code

parent 938b4fad
......@@ -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")
......
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