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

add query_ref_cat

parent 43daf735
Pipeline #11826 passed with stage
in 0 seconds
...@@ -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"]
......
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