From e9fd0a2b3b4ac7d5cab6a224ed0c20f19ecdc607 Mon Sep 17 00:00:00 2001 From: Mark W <24956497+ndg63276@users.noreply.github.com> Date: Fri, 5 Jan 2024 20:21:50 +0000 Subject: [PATCH] LIMS-851: Display beam centre (and warnings) for i19 (#711) Co-authored-by: Mark Williams --- client/src/js/templates/dc/dc_autoproc.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/src/js/templates/dc/dc_autoproc.html b/client/src/js/templates/dc/dc_autoproc.html index 6969b9ebd..cde85c1f9 100644 --- a/client/src/js/templates/dc/dc_autoproc.html +++ b/client/src/js/templates/dc/dc_autoproc.html @@ -33,8 +33,6 @@ Lookup Cell

- - <% if (PROPOSAL_TYPE != 'sm') { %> @@ -66,7 +64,6 @@ <% if (BEAM.REFINEDYBEAM > 0 && (Math.abs(BEAM.XBEAM-BEAM.REFINEDYBEAM) > 0.5 || Math.abs(BEAM.YBEAM-BEAM.REFINEDXBEAM) > 0.5)) { %>

WARNING: Beam centre has moved significantly during refinement! (>0.5mm)

<% } %> - <% } %>