From 8d00496bb54b2f68ebdba695ecd61d8d103fd1f7 Mon Sep 17 00:00:00 2001
From: Pete Peterson <petersonpf@ornl.gov>
Date: Wed, 7 Nov 2018 14:20:09 -0500
Subject: [PATCH] Add release notes

---
 docs/source/release/v3.14.0/diffraction.rst | 1 +
 instrument/SNAP_Definition.xml              | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/source/release/v3.14.0/diffraction.rst b/docs/source/release/v3.14.0/diffraction.rst
index 3925285e2a3..9b4d74410eb 100644
--- a/docs/source/release/v3.14.0/diffraction.rst
+++ b/docs/source/release/v3.14.0/diffraction.rst
@@ -13,6 +13,7 @@ Diffraction Changes
 Improvements
 ############
 
+- SNAP instrument geometry updated to include downstream monitor.
 - :ref:`LoadILLDiffraction <algm-LoadILLDiffraction>` will not flip the even-numbered tubes when using the calibrated data, since they are flipped already in the nexus files.
 - :ref:`PowderDiffILLDetScanReduction <algm-PowderDiffILLDetScanReduction>` will scale the counts by 1M, when normalisation to monitor is requested, and it will also offer to enable/disable the tube alignment, and offer tube by tube reduction.
 - :ref:`PowderDiffILLDetEffCorr <algm-PowderDiffILLDetEffCorr>` now offers to use the raw or calibrated data blocks in the nexus files.
diff --git a/instrument/SNAP_Definition.xml b/instrument/SNAP_Definition.xml
index 7d70eea92b1..306b60cc4c5 100644
--- a/instrument/SNAP_Definition.xml
+++ b/instrument/SNAP_Definition.xml
@@ -33,7 +33,7 @@
   </component>
   <type name="sample-position" is="SamplePos"/>
 
-  <!--  ressonance monitor pixel with events -->
+  <!--MONITORS-->
   <idlist idname="Downstream_monitor">
     <id val="-2"/>
   </idlist>
@@ -47,7 +47,6 @@
    </component>
   </type>
 
-  <!--MONITORS-->
   <idlist idname="monitors">
     <id val="-1"/>
   </idlist>
@@ -60,8 +59,7 @@
     </component>
   </type>
 
-<!--  detector components -->
-
+  <!--DETECTORS-->
   <component type="East">
     <location >
       <parameter name="roty">
-- 
GitLab