From 98dfad06f93e97cdcc17545d179644b71efef636 Mon Sep 17 00:00:00 2001
From: Joe Ramsay <joseph.ramsay@stfc.ac.uk>
Date: Fri, 19 Jan 2018 16:15:16 +0000
Subject: [PATCH] Re #21598 Update cropping values in docs

---
 docs/source/techniques/ISISPowder-Polaris-v1.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/source/techniques/ISISPowder-Polaris-v1.rst b/docs/source/techniques/ISISPowder-Polaris-v1.rst
index 7a64aeeee5e..0fee41eead1 100644
--- a/docs/source/techniques/ISISPowder-Polaris-v1.rst
+++ b/docs/source/techniques/ISISPowder-Polaris-v1.rst
@@ -617,11 +617,11 @@ On POLARIS this is set to the following TOF windows:
 ..  code-block:: python
 
   focused_cropping_values = [
-      (1500, 19900),  # Bank 1
-      (1500, 19900),  # Bank 2
-      (1500, 19900),  # Bank 3
-      (1500, 19900),  # Bank 4
-      (1500, 19900),  # Bank 5
+      (700,  30000),  # Bank 1
+      (1200, 24900),  # Bank 2
+      (1100, 19950),  # Bank 3
+      (1100, 19950),  # Bank 4
+      (1100, 19950),  # Bank 5
       ]
 
 .. _grouping_file_name_polaris_isis-powder-diffraction-ref:
-- 
GitLab