Loading csst_common/data_manager.py +8 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,8 @@ class CsstMsDataManager: # record hard code names in history self.hardcode_history = [] self.n_jobs = 18 # DFS APIs # self.l1api = Level1DataApi() Loading Loading @@ -378,6 +380,12 @@ class CsstMsDataManager: else: return self.path_aux.format(detector, "flat") def get_axeconf(self): if os.uname()[1] == "dandelion": return "/home/csstpipeline/L1Pipeline/aux/axeconf" else: return "" def l1_file(self, name="", comment=""): """ L1 file path Loading Loading
csst_common/data_manager.py +8 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,8 @@ class CsstMsDataManager: # record hard code names in history self.hardcode_history = [] self.n_jobs = 18 # DFS APIs # self.l1api = Level1DataApi() Loading Loading @@ -378,6 +380,12 @@ class CsstMsDataManager: else: return self.path_aux.format(detector, "flat") def get_axeconf(self): if os.uname()[1] == "dandelion": return "/home/csstpipeline/L1Pipeline/aux/axeconf" else: return "" def l1_file(self, name="", comment=""): """ L1 file path Loading