Commit 46690b29 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 019bd00d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: