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
ec548ed7
Commit
ec548ed7
authored
Jan 09, 2023
by
BO ZHANG
🏀
Browse files
tweaks
parent
42c32533
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
ec548ed7
...
...
@@ -621,7 +621,15 @@ class CsstMsDataManager:
""" Test if DFS works. """
try
:
tbl
=
CatalogApi
().
catalog_query
(
catalog_name
=
"gaia3"
,
ra
=
180
,
dec
=
0
,
radius
=
.
1
,
min_mag
=
0
,
max_mag
=
30
,
obstime
=-
1
,
limit
=-
1
catalog_name
=
"gaia3"
,
ra
=
180
,
dec
=
0
,
radius
=
.
1
,
columns
=
(
"ra"
,
"dec"
),
min_mag
=
0
,
max_mag
=
30
,
obstime
=-
1
,
limit
=-
1
)
return
len
(
tbl
)
>
0
except
:
...
...
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