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
ad919d5d
Commit
ad919d5d
authored
Nov 19, 2022
by
BO ZHANG
🏀
Browse files
temporarily compatible with CsstMbiDataManager
parent
46bef1cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
ad919d5d
...
...
@@ -262,8 +262,8 @@ class CsstMsDataManager:
# parse info
_telescope
,
_instrument
,
_survey
,
_imagetype
,
\
_exp_start
,
_exp_stop
,
_exp_id
,
\
_detector
,
*
_l0_post
,
_ext
=
re
.
split
(
r
"[_.]"
,
fps_img
[
0
])
_exp_start
,
_exp_stop
,
_exp_id
,
\
_detector
,
*
_l0_post
,
_ext
=
re
.
split
(
r
"[_.]"
,
fps_img
[
0
])
_exp_start
=
int
(
_exp_start
)
_exp_stop
=
int
(
_exp_stop
)
...
...
@@ -567,3 +567,7 @@ class CsstMsDataManager:
def
dfs_l1_query
(
self
,
obs_id
,
detector
):
""" Query L1 data from DFS. """
pass
# temporarily compatible with old interface
CsstMbiDataManager
=
CsstMsDataManager
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