Loading csst/msc/pipeline.py +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ def do_one_exposure(ver_sim="C5.1", dir_l0="", dir_l1="", dir_pcref="", path_aux pcProc = CsstProcMscPositionCalibration() pcProc.prepare(dm) if (img_list): pcProc.run(img_list, wht_list, flg_list, ccd_ids, dir_pcref, 2.0, pm_correct=True, wcs_refine=True, plot=True) pcProc.run(img_list, wht_list, flg_list, fn_list, ccd_ids, dir_pcref, 2.0, pm_correct=True, wcs_refine=True, plot=True) else: for this_ccd_id in ccd_ids: fp_img = dm.l1_sci(ccd_id=this_ccd_id, suffix="img",ext="fits") Loading @@ -122,7 +122,7 @@ def do_one_exposure(ver_sim="C5.1", dir_l0="", dir_l1="", dir_pcref="", path_aux wht_list.append(wht) flg_list.append(flg) fn_list.append(dm.l1_sci(ccd_id=this_ccd_id, suffix="img",ext="fits")) pcProc.run(img_list, wht_list, flg_list, ccd_ids, dir_pcref, 2.0, pm_correct=True, wcs_refine=True, plot=True) pcProc.run(img_list, wht_list, flg_list, fn_list, ccd_ids, dir_pcref, 2.0, pm_correct=True, wcs_refine=True, plot=True) pcProc.cleanup() Loading Loading
csst/msc/pipeline.py +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ def do_one_exposure(ver_sim="C5.1", dir_l0="", dir_l1="", dir_pcref="", path_aux pcProc = CsstProcMscPositionCalibration() pcProc.prepare(dm) if (img_list): pcProc.run(img_list, wht_list, flg_list, ccd_ids, dir_pcref, 2.0, pm_correct=True, wcs_refine=True, plot=True) pcProc.run(img_list, wht_list, flg_list, fn_list, ccd_ids, dir_pcref, 2.0, pm_correct=True, wcs_refine=True, plot=True) else: for this_ccd_id in ccd_ids: fp_img = dm.l1_sci(ccd_id=this_ccd_id, suffix="img",ext="fits") Loading @@ -122,7 +122,7 @@ def do_one_exposure(ver_sim="C5.1", dir_l0="", dir_l1="", dir_pcref="", path_aux wht_list.append(wht) flg_list.append(flg) fn_list.append(dm.l1_sci(ccd_id=this_ccd_id, suffix="img",ext="fits")) pcProc.run(img_list, wht_list, flg_list, ccd_ids, dir_pcref, 2.0, pm_correct=True, wcs_refine=True, plot=True) pcProc.run(img_list, wht_list, flg_list, fn_list, ccd_ids, dir_pcref, 2.0, pm_correct=True, wcs_refine=True, plot=True) pcProc.cleanup() Loading