Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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
6 changes: 6 additions & 0 deletions applications/NXmx.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,12 @@
</doc>
</field>

<field name="bit_depth_image" type="NX_POSINT" recommended="true">
<doc>
The number of bits per pixel saved to the image data.
</doc>
</field>

<field name="detector_readout_time" type="NX_FLOAT" units="NX_TIME"
minOccurs="0">
<doc>
Expand Down
7 changes: 6 additions & 1 deletion base_classes/NXdetector.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,15 @@
<doc>
How many bits the electronics reads per pixel.
With CCD's and single photon counting detectors,
this must not align with traditional integer sizes.
this might not align with traditional integer sizes.
This can be 4, 8, 12, 14, 16, ...
</doc>
</field>
<field name="bit_depth_image" type="NX_POSINT" recommended="true">
<doc>
The number of bits per pixel saved to the image data.
</doc>
</field>
<field name="detector_readout_time" type="NX_FLOAT" units="NX_TIME">
<doc>
Time it takes to read the detector (typically milliseconds).
Expand Down