diff --git a/applications/NXmx.nxdl.xml b/applications/NXmx.nxdl.xml
index 0c71dab11f..c2213fd66c 100644
--- a/applications/NXmx.nxdl.xml
+++ b/applications/NXmx.nxdl.xml
@@ -666,6 +666,19 @@
+
+
+ The number of bits per pixel saved to the image data.
+
+
+
+
+
+ The number of bits per pixel saved to the image data.
+
+
+
diff --git a/base_classes/NXdetector.nxdl.xml b/base_classes/NXdetector.nxdl.xml
index a6bb0b8c68..68588cd8da 100644
--- a/base_classes/NXdetector.nxdl.xml
+++ b/base_classes/NXdetector.nxdl.xml
@@ -756,12 +756,17 @@
- How many bits the electronics reads per pixel.
+ How many bits the electronics reads per data point.
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, ...
+
+
+ The number of bits per data point to the detector data.
+
+
Time it takes to read the detector (typically milliseconds).