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
d1999c0d
Commit
d1999c0d
authored
Feb 02, 2026
by
BO ZHANG
🏀
Browse files
print extra info
parent
fdf621ed
Pipeline
#12156
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
d1999c0d
...
@@ -537,6 +537,9 @@ class Pipeline:
...
@@ -537,6 +537,9 @@ class Pipeline:
)
)
)
)
t_extra_info_list
=
table
.
Table
(
extra_info_list
)
t_extra_info_list
=
table
.
Table
(
extra_info_list
)
self
.
logger
.
info
(
f
"Add extra info to
{
hdulist
[
idx
].
name
}
...
{
t_extra_info_list
}
"
)
t_with_extra_info_list
=
table
.
hstack
([
t
,
t_extra_info_list
])
t_with_extra_info_list
=
table
.
hstack
([
t
,
t_extra_info_list
])
hdulist
[
idx
]
=
table_to_hdu
(
hdulist
[
idx
]
=
table_to_hdu
(
t_with_extra_info_list
,
t_with_extra_info_list
,
...
...
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