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
37583558
Commit
37583558
authored
Jan 12, 2026
by
BO ZHANG
🏀
Browse files
add query_ref_cat
parent
43daf735
Pipeline
#11826
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
37583558
...
@@ -504,7 +504,7 @@ class Pipeline:
...
@@ -504,7 +504,7 @@ class Pipeline:
"""
"""
if
not
catalog_name
:
if
not
catalog_name
:
catalog_name
=
self
.
ref_cat
catalog_name
=
self
.
ref_cat
image
=
File
(
file_path
)
image
=
File
(
file_path
,
new_dir
=
self
.
dir_output
)
header
=
fits
.
getheader
(
image
.
file_path
)
header
=
fits
.
getheader
(
image
.
file_path
)
pointing_ra
=
header
[
"RA_OBJ"
]
pointing_ra
=
header
[
"RA_OBJ"
]
pointing_dec
=
header
[
"DEC_OBJ"
]
pointing_dec
=
header
[
"DEC_OBJ"
]
...
...
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