Commit d796a9ed authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add ver_sim in dm.from_dfs

parent 8e5af267
......@@ -755,6 +755,7 @@ class CsstMsDataManager:
@staticmethod
def from_dfs(
obs_id="100000100",
ver_sim="C5.2",
datatype="mbi",
dir_l0="/L1Pipeline/L0",
dir_l1="/L1Pipeline/L1",
......@@ -798,7 +799,7 @@ class CsstMsDataManager:
# initialize dm
dm = CsstMsDataManager.from_dir(
ver_sim="C5.2",
ver_sim=ver_sim,
datatype=datatype,
dir_l0=dir_l0,
dir_l1=dir_l1,
......
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