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
9ca00eb1
Commit
9ca00eb1
authored
Nov 21, 2022
by
BO ZHANG
🏀
Browse files
add dm.dfs_L2DataApi
parent
c7cac8f8
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
9ca00eb1
...
@@ -25,6 +25,7 @@ from csst_dfs_api.msc.calmerge import CalMergeApi
...
@@ -25,6 +25,7 @@ from csst_dfs_api.msc.calmerge import CalMergeApi
from
csst_dfs_api.msc.level0
import
Level0DataApi
from
csst_dfs_api.msc.level0
import
Level0DataApi
from
csst_dfs_api.msc.level0prc
import
Level0PrcApi
from
csst_dfs_api.msc.level0prc
import
Level0PrcApi
from
csst_dfs_api.msc.level1
import
Level1DataApi
from
csst_dfs_api.msc.level1
import
Level1DataApi
from
csst_dfs_api.msc.level2
import
Level2DataApi
from
.dfs
import
gaia_query_from_dfs
from
.dfs
import
gaia_query_from_dfs
from
.logger
import
get_logger
from
.logger
import
get_logger
...
@@ -200,6 +201,7 @@ class CsstMsDataManager:
...
@@ -200,6 +201,7 @@ class CsstMsDataManager:
# DFS APIs
# DFS APIs
self
.
dfs_L0DataApi
=
Level0DataApi
()
self
.
dfs_L0DataApi
=
Level0DataApi
()
self
.
dfs_L1DataApi
=
Level1DataApi
()
self
.
dfs_L1DataApi
=
Level1DataApi
()
self
.
dfs_L2DataApi
=
Level2DataApi
()
self
.
dfs_L0PrcApi
=
Level0PrcApi
()
self
.
dfs_L0PrcApi
=
Level0PrcApi
()
self
.
dfs_CalApi
=
CalMergeApi
()
self
.
dfs_CalApi
=
CalMergeApi
()
...
...
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