Commit b4cb1448 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

n_epec_frame -> num_epec_frame

parent ac7d52e3
......@@ -161,7 +161,7 @@ class Dispatcher:
try:
for _ in qr.data:
_["n_frame"] = (
_["params"]["n_epec_frame"] if _["instrument"] == "HSTDM" else 1
_["params"]["num_epec_frame"] if _["instrument"] == "HSTDM" else 1
)
except KeyError:
print(f"`n_epec_frame` is not found in {_}")
......
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