Loading csst_dag/dag/dags.py +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ class GeneralDAGViaObsid(BaseDAG): if self.use_detector: # generate DAG messages via obs_id-detector for i_rec, this_rec in enumerate(recs.data): print(i_rec, this_rec, self.effective_detector_names) # print(i_rec, this_rec, self.effective_detector_names) # filter level0 data records: detector in expected list if this_rec["detector"] in self.effective_detector_names: Loading Loading
csst_dag/dag/dags.py +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ class GeneralDAGViaObsid(BaseDAG): if self.use_detector: # generate DAG messages via obs_id-detector for i_rec, this_rec in enumerate(recs.data): print(i_rec, this_rec, self.effective_detector_names) # print(i_rec, this_rec, self.effective_detector_names) # filter level0 data records: detector in expected list if this_rec["detector"] in self.effective_detector_names: Loading