From 018fc583b3b5678b3fe3cabf7865571340a9a24d Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Fri, 24 May 2019 14:46:23 -0500 Subject: [PATCH] increased SHMS DC sigma to better match the data --- simc/shms/hut.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simc/shms/hut.inc b/simc/shms/hut.inc index 3680e45..b6f6456 100755 --- a/simc/shms/hut.inc +++ b/simc/shms/hut.inc @@ -122,8 +122,8 @@ c planes will be two sets of 2u,2v,2x but need to mock it by 2 sets of 4x,2y c planes 2 and 5 in group of 6 are y planes c real*8 hdc_sigma(1:12)/ 0.024,0.014,0.024,0.017,0.014,0.017, c > 0.024,0.014,0.024,0.017,0.014,0.017/ - real*8 hdc_sigma(1:12)/ 0.020,0.020,0.020,0.020,0.020,0.020, - > 0.020,0.020,0.020,0.020,0.020,0.020/ + real*8 hdc_sigma(1:12)/ 0.030,0.030,0.030,0.030,0.030,0.030, + > 0.030,0.030,0.030,0.030,0.030,0.030/ C Wire plane positions, construct hdc_zpos array using these parameters -- GitLab