Commit a0be2447 authored by Wang Xia's avatar Wang Xia
Browse files

Update data_manager.py

parent a9362c09
...@@ -574,7 +574,7 @@ class CsstMsDataManager: ...@@ -574,7 +574,7 @@ class CsstMsDataManager:
fp = os.path.join( fp = os.path.join(
self.path_aux, self.path_aux,
"C6.2_ref_crds", "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}]" assert os.path.exists(fp), f"File not found: [{fp}]"
refs[ref_type] = fp refs[ref_type] = fp
......
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