Commit 2363bb61 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add filter

parent b6831731
......@@ -1067,7 +1067,7 @@ class CsstMsFile(dict):
print(rec)
raise ae
header = rec["data"].header
header["filter"] = rec["data"]["filter"]
header["filter"] = rec["data"].filter
return CsstMsFile(
filepath=os.path.join(dfs_root, rec["data"].file_path),
ver_sim=ver_sim,
......
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