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

tweaks

parent 019bd00d
......@@ -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:
......
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