Browse Source

updated HV in checklist

koellenberger 2 years ago
parent
commit
f6feceb513
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/checklist.php

+ 2 - 2
public/checklist.php

@@ -201,14 +201,14 @@
 
         <tr>
           <td><b>U-MTD Max Deviation</b></td>
-          <td>Is the maximum deviation of U-MTD < 40 mV?</td>
+          <td>Is the maximum deviation of U-MTD < 50 mV?</td>
           <td><label class="switch"><input type="checkbox"  id="UMTD_checkbox"><span class="slider round"></span></label></td>
           <td style="text-align:center"><input type="text" placeholder ="Comment" id="UMTD"></td>
         </tr>
 
         <tr>
           <td><b>K35 Missing Points</b></td>
-          <td>Are there missing K35 values? <br><br>
+          <td>Are there missing K35 values (> 5)? <br><br>
             If there are runs with missing points, check the run individually (short subruns should have at least 10 points): <br>
             <center>
             KNM<input type="text" min="1" max="20" oninput="this.value=this.value.replace(/[^0-9]/g,'');" placeholder ="x" id="Campaign" size="2" style="text-align:center;">: <input type="text" min="1" oninput="this.value=this.value.replace(/[^0-9]/g,'');" placeholder ="Run number" id="CheckRun" size="10" style="text-align:center;"> <button type="submit" onclick="checkRun()" id="check">→ Check run</button>