Loading csst_common/data_manager.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
csst_common/data_manager.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading