From: Michael Wiebusch Date: Fri, 18 Dec 2015 10:51:37 +0000 (+0100) Subject: updated the k0 constant and its error in the analysis GUI X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4ae7464f7a1e50225d133606cabb42e7e9a5bde0;p=coral.git updated the k0 constant and its error in the analysis GUI --- diff --git a/user_interface/analysis.js b/user_interface/analysis.js index b3f9392..b53a383 100644 --- a/user_interface/analysis.js +++ b/user_interface/analysis.js @@ -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); diff --git a/user_interface/coral_scanner.settings b/user_interface/coral_scanner.settings index 8918add..4c130d8 100644 Binary files a/user_interface/coral_scanner.settings and b/user_interface/coral_scanner.settings differ