Commit 299887ea authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

set all detectors by default

parent 8acd6a96
......@@ -147,6 +147,9 @@ class CsstMsDataManager:
self.available_detectors = [int(re.split(r"[_.]", fp)[7]) for fp in fps_img]
self.available_detectors.sort()
# set all available detectors by default
self.set_detectors(None)
@staticmethod
def glob_image(dir_l0, ver_sim="C5"):
""" glob files in L0 data directory """
......
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