From 63be2ecd4a24176914480604b0b0608abfdb021c Mon Sep 17 00:00:00 2001 From: Mat Doucet Date: Mon, 13 Jan 2025 09:09:10 -0500 Subject: [PATCH 1/2] Update distances for rebuilt detector --- reduction/lr_reduction/settings.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/reduction/lr_reduction/settings.json b/reduction/lr_reduction/settings.json index 0920266..f78409d 100644 --- a/reduction/lr_reduction/settings.json +++ b/reduction/lr_reduction/settings.json @@ -7,7 +7,11 @@ { "from": "2024-08-26", "value": 15.282 - } + }, + { + "from": "2025-01-01", + "value": 15.75 + }, ], "sample-det-distance": [ { @@ -17,7 +21,11 @@ { "from": "2024-08-26", "value": 1.355 - } + }, + { + "from":"2025-01-01", + "value": 1.83 + }, ], "number-of-x-pixels": [ { From 3b0019972e6d8ecf0878ef730c143a7ebb0b997a Mon Sep 17 00:00:00 2001 From: Mat Doucet Date: Mon, 13 Jan 2025 09:39:10 -0500 Subject: [PATCH 2/2] Update settings.json --- reduction/lr_reduction/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reduction/lr_reduction/settings.json b/reduction/lr_reduction/settings.json index f78409d..563aab9 100644 --- a/reduction/lr_reduction/settings.json +++ b/reduction/lr_reduction/settings.json @@ -11,7 +11,7 @@ { "from": "2025-01-01", "value": 15.75 - }, + } ], "sample-det-distance": [ { @@ -25,7 +25,7 @@ { "from":"2025-01-01", "value": 1.83 - }, + } ], "number-of-x-pixels": [ {