From 4ae7464f7a1e50225d133606cabb42e7e9a5bde0 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Fri, 18 Dec 2015 11:51:37 +0100 Subject: [PATCH] updated the k0 constant and its error in the analysis GUI --- user_interface/analysis.js | 6 ++++-- user_interface/coral_scanner.settings | Bin 371 -> 367 bytes 2 files changed, 4 insertions(+), 2 deletions(-) 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 8918add34c01a4a50fc98030014daddab539fe2b..4c130d855eafeb004be1780b07e58f77ca8802f7 100644 GIT binary patch delta 35 rcmey&^qy%#F$=SyrRl_qST0L*6C-02Q*#58iT7ie7!4*nFd72@#zhJf delta 39 vcmaFQ^qFZwF)NF)v7yPt@>nhlQ&TeoV{;P|!-@A|SXm5>OpGSmFd72@?Q#m( -- 2.43.0