Skip to content

Commit

Permalink
LIMS-851: Display beam centre (and warnings) for i19 (#711)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Williams <[email protected]>
  • Loading branch information
ndg63276 and Mark Williams authored Jan 5, 2024
1 parent e894f4f commit e9fd0a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/js/templates/dc/dc_autoproc.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<a class="view button" title="Lookup Unit Cell" href="/cell/a/<%-CELL.CELL_A%>/b/<%-CELL.CELL_B%>/c/<%-CELL.CELL_C%>/al/<%-CELL.CELL_AL%>/be/<%-CELL.CELL_BE%>/ga/<%-CELL.CELL_GA%>"><i class="fa fa-search"></i> Lookup Cell</a>
</p>

<!-- Beam Centre information and movement warning not useful for i19 small molecule experiment type -->
<% if (PROPOSAL_TYPE != 'sm') { %>
<table class="reflow bc">
<thead>
<tr>
Expand Down Expand Up @@ -66,7 +64,6 @@
<% if (BEAM.REFINEDYBEAM > 0 && (Math.abs(BEAM.XBEAM-BEAM.REFINEDYBEAM) > 0.5 || Math.abs(BEAM.YBEAM-BEAM.REFINEDXBEAM) > 0.5)) { %>
<p class="message alert">WARNING: Beam centre has moved significantly during refinement! (>0.5mm)</p>
<% } %>
<% } %>

<table class="reflow cell">
<thead>
Expand Down

0 comments on commit e9fd0a2

Please sign in to comment.