Commit a3448262 authored by niejuzi's avatar niejuzi
Browse files

update code

parent a23c0bc0
...@@ -80,6 +80,7 @@ class CsstProcMscPositionCalibration(CsstProcessor): ...@@ -80,6 +80,7 @@ class CsstProcMscPositionCalibration(CsstProcessor):
""" """
cat_list = [] cat_list = []
fn_list = [] fn_list = []
ccd_ids=int(ccd_ids)
for this_ccd_id in ccd_ids: for this_ccd_id in ccd_ids:
print(type(this_ccd_id)) print(type(this_ccd_id))
sex_cat = self.dm.l1_sci(ccd_id = this_ccd_id, suffix="img", ext="cat") sex_cat = self.dm.l1_sci(ccd_id = this_ccd_id, suffix="img", ext="cat")
......
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