Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
2363bb61
Commit
2363bb61
authored
May 25, 2023
by
BO ZHANG
🏀
Browse files
add filter
parent
b6831731
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
2363bb61
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment