Commit 96b6e637 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

fixed ref_type

parent a9362c09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ class CsstMsDataManager:
                fp = os.path.join(
                    self.path_aux,
                    "C6.2_ref_crds",
                    "csst_msc_ms_{}_{:02d}_{:06d}.fits".format(detector, detector, 1)
                    "csst_msc_ms_{}_{:02d}_{:06d}.fits".format(ref_type, detector, 1)
                )
                assert os.path.exists(fp), f"File not found: [{fp}]"
                refs[ref_type] = fp