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-dfs
csst-dfs-client
Commits
dd219ea7
Commit
dd219ea7
authored
Dec 28, 2024
by
Wei Shoulin
Browse files
name class
parent
ebbe07bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_catalog.py
View file @
dd219ea7
...
@@ -2,7 +2,7 @@ import unittest
...
@@ -2,7 +2,7 @@ import unittest
from
csst_dfs_client.catalog
import
search
from
csst_dfs_client.catalog
import
search
class
Level0
TestCase
(
unittest
.
TestCase
):
class
Catalog
TestCase
(
unittest
.
TestCase
):
def
setUp
(
self
):
def
setUp
(
self
):
pass
pass
...
@@ -12,7 +12,7 @@ class Level0TestCase(unittest.TestCase):
...
@@ -12,7 +12,7 @@ class Level0TestCase(unittest.TestCase):
ra
=
90
,
ra
=
90
,
dec
=
24.5
,
dec
=
24.5
,
radius
=
0.21
,
radius
=
0.21
,
columns
=
(
'ref_epoch'
,
'ra'
,
'ra_error'
,
'dec'
,
'dec_error'
,
'parallax'
,
'parallax_error'
,
'pmra'
,
'pmra_error'
,
'pmdec'
,
'pmdec_error'
,
'phot_g_mean_mag'
,
'source_id'
),
columns
=
(
'ref_epoch'
,
'ra'
,
'ra_error'
,
'dec'
,
'dec_error'
,
'parallax'
,
'parallax_error'
,
'pmra'
,
'pmra_error'
,
'pmdec'
,
'pmdec_error'
,
'phot_g_mean_mag'
,
'source_id'
),
catalog_name
=
'gaia3'
,
catalog_name
=
'gaia3'
,
min_mag
=-
1
,
min_mag
=-
1
,
max_mag
=-
1
,
max_mag
=-
1
,
...
...
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