Commit 56aae2ab authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweak

parent c57b2056
...@@ -385,7 +385,7 @@ class CsstMsDataManager: ...@@ -385,7 +385,7 @@ class CsstMsDataManager:
raise FileNotFoundError(f"No file found with pattern {pattern} in {dir_l0}") raise FileNotFoundError(f"No file found with pattern {pattern} in {dir_l0}")
# parse filename # parse filename
elif ver_sim in ["C5.2", "C6.1"]: if ver_sim in ["C5.2", "C6.1"]:
pattern = re.compile( pattern = re.compile(
r"(?P<telescope>[A-Z]+)_" r"(?P<telescope>[A-Z]+)_"
r"(?P<instrument>[A-Z]+)_" r"(?P<instrument>[A-Z]+)_"
......
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