]> jspc29.x-matter.uni-frankfurt.de Git - coral.git/commitdiff
updated the k0 constant and its error in the analysis GUI
authorMichael Wiebusch <m.wiebusch@gsi.de>
Fri, 18 Dec 2015 10:51:37 +0000 (11:51 +0100)
committerMichael Wiebusch <m.wiebusch@gsi.de>
Fri, 18 Dec 2015 10:51:37 +0000 (11:51 +0100)
user_interface/analysis.js
user_interface/coral_scanner.settings

index b3f9392e53305701c72cd781e01394f15560f977..b53a383ae01890d43c1e6c3a4a639a1680e08d19 100644 (file)
@@ -81,8 +81,10 @@ function init_widgets(){
   
   $('#text_i0').val(I0.toFixed(3));
   $('#text_i0_err').val(I0_err.toFixed(3));
-  $('#text_k0').val(0.396);
-  $('#text_k0_err').val(0);
+//  $('#text_k0').val(0.396);// the old value for calibration -> literature value
+  $('#text_k0').val(0.362); // the new value for calibration
+//  $('#text_k0_err').val(0);// the old value
+  $('#text_k0_err').val(0.013); // the new value
   $('#text_label').val("[label]");
   $('#text_thickness').val(5);
   $('#text_thickness_err').val(0);
index 8918add34c01a4a50fc98030014daddab539fe2b..4c130d855eafeb004be1780b07e58f77ca8802f7 100644 (file)
Binary files a/user_interface/coral_scanner.settings and b/user_interface/coral_scanner.settings differ