From c663666a4135f30a990aaaceba8e1662cb6f887b Mon Sep 17 00:00:00 2001
From: Joseph Ramsay <joseph.ramsay@stfc.ac.uk>
Date: Wed, 15 Nov 2017 15:09:41 +0000
Subject: [PATCH] Re #21149 added cropping values for new windows to docs

---
 docs/source/techniques/ISISPowder-HRPD-v1.rst | 22 ++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/docs/source/techniques/ISISPowder-HRPD-v1.rst b/docs/source/techniques/ISISPowder-HRPD-v1.rst
index c65605e9daa..fb086d30247 100644
--- a/docs/source/techniques/ISISPowder-HRPD-v1.rst
+++ b/docs/source/techniques/ISISPowder-HRPD-v1.rst
@@ -510,6 +510,13 @@ On HRPD this is set to the following:
 
 .. code-block:: python
 
+  # window = "10-50"
+  focused_cropping_values = [
+        (1.2e4, 4.9e4),  # Bank 1
+        (1.2e4, 5.3e4),  # Bank 2
+        (1.1e4, 5.1e4),  # Bank 3
+  ]
+
   # window = "10-110"
   focused_cropping_values = [
         (1e4, 1.1e5),    # Bank 1
@@ -530,7 +537,14 @@ On HRPD this is set to the following:
         (9.6e4, 2.18e5),  # Bank 2
         (1e5, 2.11e5)     # Bank 3
   ]
-  
+
+  # window = "180-280"
+  focused_cropping_values = [
+        (1.8e5, 2.8e5),  # Bank 1
+        (1.8e5, 3.0e5),  # Bank 2
+        (1.7e5, 2.9e5),  # Bank 3
+  ]
+
 .. _grouping_file_name_hrpd_isis-powder-diffraction-ref:
   
 grouping_file_name
@@ -589,6 +603,9 @@ On HRPD this is set to the following:
 
 .. code-block:: python
 
+  # window = "10-50"
+  vanadium_tof_cropping = (1.1e4, 5e4)
+
   # window = "10-110"
   vanadium_tof_cropping = (1e4, 1.2e5)
 
@@ -598,6 +615,9 @@ On HRPD this is set to the following:
   # window = "100-200"
   vanadium_tof_cropping = (1e5, 2.15e5)
 
+  # window = "180-280"
+  vanadium_tof_cropping = (1.8e5, 2.8e5)
+
 Vanadium Sample details
 ^^^^^^^^^^^^^^^^^^^^^^^
 
-- 
GitLab