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

removed property decorator for pc_combined_image

parent 47b251e8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -165,7 +165,6 @@ class CsstMscDataManager:
                self._exp_start, self._exp_stop, self._exp_id, ccd_id, suffix, ext)
        return os.path.join(self.dir_l1, fn)

    @property
    def pc_combined_image(self, suffix="img", ext="fits"):
        """ combined image
        suffix:
@@ -176,7 +175,6 @@ class CsstMscDataManager:
        fn = "combined_" + "{}.{}".format(suffix,ext)
        return os.path.join(self.dir_l1, fn)


    @property
    def pc_ref_cat(self):
        """ reference catalog """