Commit 5f0c559b authored by niejuzi's avatar niejuzi
Browse files

update code

parent fe19dbdc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -111,8 +111,9 @@ def do_one_exposure(ver_sim="C5.1", dir_l0="", dir_l1="", dir_pcref="", path_aux
    if (img_list):
        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:
        print(ccd_ids)
        for this_ccd_id in ccd_ids:
            print(type(this_ccd_id))
            print(type(this_ccd_id),this_ccd_ids)
            fp_img = dm.l1_sci(ccd_id=this_ccd_id, suffix="img",ext="fits")
            fp_wht = dm.l1_sci(ccd_id=this_ccd_id, suffix="wht",ext="fits")
            fp_flg = dm.l1_sci(ccd_id=this_ccd_id, suffix="flg",ext="fits")