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
c7cac8f8
Commit
c7cac8f8
authored
Nov 21, 2022
by
BO ZHANG
🏀
Browse files
shutdown verbose in from_dfs()
parent
a6b8bf1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
c7cac8f8
...
...
@@ -581,7 +581,7 @@ class CsstMsDataManager:
dfs_mode
=
True
,
dfs_node
=
"pml"
):
""" Initialize CsstMsDataManager from DFS. """
print
(
f
"Query obs_id=
{
obs_id
}
..."
,
end
=
""
)
records
=
CsstMsDataManager
(
dfs_node
=
dfs_node
).
dfs_L0DataApi
.
find
(
obs_id
=
obs_id
)
records
=
CsstMsDataManager
(
dfs_node
=
dfs_node
,
verbose
=
False
).
dfs_L0DataApi
.
find
(
obs_id
=
obs_id
)
print
(
f
"
{
records
[
'totalCount'
]
}
records obtained!"
)
tbl
=
Table
([
_
.
__dict__
for
_
in
records
[
"data"
]])
tbl
.
sort
([
"detector_no"
,
"obs_type"
])
...
...
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