Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion base_classes/NXevent_data.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
<field name="event_id" type="NX_INT" units="NX_DIMENSIONLESS">
<doc>
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.
</doc>
<dimensions rank="1"><dim index="1" value="i"/></dimensions>
</field>
Expand All @@ -77,6 +79,10 @@
<doc>
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.
</doc>
<dimensions rank="1"><dim index="1" value="j"/></dimensions>
</field>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pyyaml
nyaml>=0.2.2

# Documentation building
sphinx>=5
sphinx<9
sphinx-tabs
sphinx-toolbox
chios
Expand Down
Loading