Commit d1999c0d authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

print extra info

parent fdf621ed
Pipeline #12156 passed with stage
in 0 seconds
......@@ -537,6 +537,9 @@ class Pipeline:
)
)
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])
hdulist[idx] = table_to_hdu(
t_with_extra_info_list,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment