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
d6d43c75
Commit
d6d43c75
authored
Jan 15, 2026
by
BO ZHANG
🏀
Browse files
add radius to query_ref_cat()
parent
f11e1122
Pipeline
#11856
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
d6d43c75
...
...
@@ -502,6 +502,7 @@ class Pipeline:
self
,
file_path
,
catalog_name
:
Optional
[
str
]
=
None
,
radius
:
float
=
2.0
,
)
->
None
|
str
:
"""
References
...
...
@@ -521,7 +522,7 @@ class Pipeline:
ra
=
pointing_ra
,
dec
=
pointing_dec
,
catalog_name
=
catalog_name
,
radius
=
2.0
,
radius
=
radius
,
columns
=
[
"*"
],
min_mag
=
0
,
max_mag
=
30
,
...
...
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