From 463b62a8498bdfc5e4bc7fe688cafcc7345e51e6 Mon Sep 17 00:00:00 2001 From: Kyle Ma Date: Tue, 10 Sep 2024 13:13:05 -0400 Subject: [PATCH 1/3] updated event_index and event_id description --- base_classes/NXevent_data.nxdl.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/base_classes/NXevent_data.nxdl.xml b/base_classes/NXevent_data.nxdl.xml index 0e441ac147..44d58d7511 100644 --- a/base_classes/NXevent_data.nxdl.xml +++ b/base_classes/NXevent_data.nxdl.xml @@ -60,7 +60,9 @@ There will be extra information in the NXdetector to convert - event_id to detector_number. + event_id to detector_number. But in short, + event_id contains information about detector_id which is + related to the specific pixels on the detector bank. @@ -77,6 +79,10 @@ The index into the event_time_offset, event_id pair for the pulse occurring at the matching entry in event_time_zero. + Each pulse creates an entry in the event_index, + the value of event_index points to the latest index of the event in event_id. + Sometimes, two adjcent event_index[i] and event_index[i+1] will have the same value, + this means there is no additonal neutron hit the detector bank in (i+1)th pulse. From ab19981f69251b7110690a93645cc4b8f3f1b63e Mon Sep 17 00:00:00 2001 From: Kyle Qianli Ma <41385391+KyleQianliMa@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:01:08 -0400 Subject: [PATCH 2/3] restrict sphinx --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f45a3c7b4..599b9e2523 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pyyaml nyaml>=0.2.2 # Documentation building -sphinx>=5 +sphinx<5 sphinx-tabs sphinx-toolbox chios From 52f2097aa65d739ea5c50e6906d73107d8bdd88e Mon Sep 17 00:00:00 2001 From: Kyle Qianli Ma <41385391+KyleQianliMa@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:01:49 -0400 Subject: [PATCH 3/3] Update sphinx version constraint in requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 599b9e2523..5ba23fa230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pyyaml nyaml>=0.2.2 # Documentation building -sphinx<5 +sphinx<9 sphinx-tabs sphinx-toolbox chios