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

removed property decorator for pc_combined_image

parent 47b251e8
......@@ -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 """
......
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