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
d796a9ed
Commit
d796a9ed
authored
Jan 12, 2023
by
BO ZHANG
🏀
Browse files
add ver_sim in dm.from_dfs
parent
8e5af267
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
d796a9ed
...
...
@@ -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
,
...
...
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