Skip to content

Commit 4a2ac82

Browse files
authored
Corrected response functions for option (3)
Corrected position of s.esc. and d.esc. peaks for option (3). At higher energies, e.g. at 6130 keV the single escape was placed at 6130-500 keV instead at 6130-511 keV
1 parent c2662c2 commit 4a2ac82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mama/src/libs/gf2/folding.f

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ SUBROUTINE ExpThres
120120
C Writes parameters to disk, to be used for next run
121121
OPEN(23,FILE='input.unx',ACCESS='SEQUENTIAL',ERR=88)
122122
WRITE(23,*)IRSP,facFWHM,FWHM
123-
WRITE(23,*)ix1,iy1,ix2,iy2
123+
WRITE(23,*)ix1,iy1,ix2,iy2
124124
WRITE(23,*)LOW,HIGH
125125
WRITE(23,*)Iter,LowChi
126126
WRITE(23,*)(EffD(i),i=1,10)
@@ -830,11 +830,11 @@ SUBROUTINE Resp
830830
DATA ER3/ 360., 847., 1238., 1779., 2839., 3089.,
831831
+ 4497., 6130., 9900., 15000., 0,0,0,0,0,0,0,0,0,0,
832832
+ 0,0,0,0,0,0,0,0,0,0/
833-
DATA ESE3/ 511., 511., 511., 505., 491., 490.,
834-
+ 493., 500., 511., 511., 0,0,0,0,0,0,0,0,0,0,
833+
DATA ESE3/ 511., 511., 511., 511., 511., 511.,
834+
+ 511., 511., 511., 511., 0,0,0,0,0,0,0,0,0,0,
835835
+ 0,0,0,0,0,0,0,0,0,0/
836-
DATA EDE3/ 1022., 1030., 1022., 1022., 994., 985.,
837-
+ 982., 995., 1050., 1022., 0,0,0,0,0,0,0,0,0,0,
836+
DATA EDE3/ 1022., 1022., 1022., 1022., 1022., 1022.,
837+
+ 1022., 1022., 1022., 1022., 0,0,0,0,0,0,0,0,0,0,
838838
+ 0,0,0,0,0,0,0,0,0,0/
839839

840840

0 commit comments

Comments
 (0)