Loading csst/msc/calib_pos.py +2 −2 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ class CsstProcMscPositionCalibration(CsstProcessor): filename of the cross matched catalog: ref.cat """ outcat = self.dm.pc_ref_cat fnmae = self.dm.pc_combined_file("img","fits") fname = self.dm.pc_combined_file("img","fits") hdu = fits.open(fname) header1 = hdu[0].header header2 = hdu[1].header Loading Loading
csst/msc/calib_pos.py +2 −2 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ class CsstProcMscPositionCalibration(CsstProcessor): filename of the cross matched catalog: ref.cat """ outcat = self.dm.pc_ref_cat fnmae = self.dm.pc_combined_file("img","fits") fname = self.dm.pc_combined_file("img","fits") hdu = fits.open(fname) header1 = hdu[0].header header2 = hdu[1].header Loading