Loading csst_common/data_manager.py +6 −2 Original line number Diff line number Diff line Loading @@ -517,6 +517,10 @@ class CsstMsDataManager: """ assert detector in self.available_detectors if self.ver_sim == "C5.2": fn = f"{self.telescope}_{self.instrument}_{self.project}_{self.obs_type}_{self.exp_start}_{self.exp_stop}_" \ f"{self.obs_id}_{detector:02d}_{post}" else: fn = f"{self.telescope}_{self.instrument}_{self.project}_{self.obs_type}_{self.exp_start}_{self.exp_stop}_" \ f"{self.obs_id}_{detector:02d}_L1_V{self.version}_{post}" return os.path.join(self.dir_l1, fn) Loading Loading
csst_common/data_manager.py +6 −2 Original line number Diff line number Diff line Loading @@ -517,6 +517,10 @@ class CsstMsDataManager: """ assert detector in self.available_detectors if self.ver_sim == "C5.2": fn = f"{self.telescope}_{self.instrument}_{self.project}_{self.obs_type}_{self.exp_start}_{self.exp_stop}_" \ f"{self.obs_id}_{detector:02d}_{post}" else: fn = f"{self.telescope}_{self.instrument}_{self.project}_{self.obs_type}_{self.exp_start}_{self.exp_stop}_" \ f"{self.obs_id}_{detector:02d}_L1_V{self.version}_{post}" return os.path.join(self.dir_l1, fn) Loading