From 7905ad072fecd801683f6e248319cf0337f222d7 Mon Sep 17 00:00:00 2001 From: ssedd1123 Date: Mon, 30 Jul 2018 22:01:14 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de57f10..8d80b47 100644 --- a/README.md +++ b/README.md @@ -92,12 +92,13 @@ var : variables, i.e. output of the theoretical function
* List of model calculations (var) for emulation * Experimental results - Those 3 components corresponds to each bookmark on the GUI. For 'Para prior', you need to put name of par on column 1, lower limit on column 2 and higher limit on column 3. Only 3 columns are needed and it will not run if extra columns are entered. For intance, if you have 2 parameters a and b with 1 < a < 2 and 4 < b < 5, you need to enter: + Those 3 components corresponds to each bookmark on the GUI. For 'Para prior', you need to put name of par on column 1, lower limit on column 2 and higher limit on column 3. Only 3 columns are needed and it will not run if extra columns are entered. For intance, if you have 2 parameters par1 and par2 with 1 < par1 < 2 and 4 < par2 < 5, you need to enter: row | A | B ----|---|--- - 1 | 1 | 4 - 2 | 2 | 5 + 1 | par1 | par2 + 2 | 1 | 4 + 3 | 2 | 5