Skip to content

Commit b6582b6

Browse files
authored
Merge pull request #2370 from willend/main
Improve final detector stats by 1 order (SPLIT) in SNS_ARCS
2 parents e139869 + 0ede390 commit b6582b6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

mcstas-comps/examples/Mantid/SNS_ARCS_Mantid/SNS_ARCS_Mantid.instr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ COMPONENT vout = Virtual_output(file = v_fname,bufsize=0,type="binary")
260260

261261
COMPONENT Sample_Arm=Arm()
262262
AT(0,0,LS) RELATIVE mod
263-
COMPONENT sampleMantid = Spot_sample(radius_o=0.01, h=0.05, pack = 1,xwidth=0, yheight=0, zthick=0, Eideal=Edes,w=Et,two_theta=ttheta,n_spots=4)
263+
264+
SPLIT 10 COMPONENT sampleMantid = Spot_sample(radius_o=0.01, h=0.05, pack = 1,xwidth=0, yheight=0, zthick=0, Eideal=Edes,w=Et,two_theta=ttheta,n_spots=4)
264265
AT (0.0,0.0,0.0) RELATIVE Sample_Arm
265266

266267
COMPONENT Full_cyl= Monitor_nD(xwidth=5.98,yheight=3.2,restore_neutron=1,

mcstas-comps/examples/SNS/SNS_ARCS/SNS_ARCS.instr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ COMPONENT vout = Virtual_output(file = v_fname,bufsize=0,type="binary")
259259

260260
COMPONENT Sample_Arm=Arm()
261261
AT(0,0,LS) RELATIVE mod
262-
COMPONENT sampleMantid = Spot_sample(radius_o=0.01, h=0.05, pack = 1,xwidth=0, yheight=0, zthick=0, Eideal=Edes,w=Et,two_theta=ttheta,n_spots=4)
262+
263+
SPLIT 10 COMPONENT sampleMantid = Spot_sample(radius_o=0.01, h=0.05, pack = 1,xwidth=0, yheight=0, zthick=0, Eideal=Edes,w=Et,two_theta=ttheta,n_spots=4)
263264
AT (0.0,0.0,0.0) RELATIVE Sample_Arm
264265

265266
COMPONENT Full_cyl= Monitor_nD(xwidth=5.98,yheight=3.2,restore_neutron=1,

0 commit comments

Comments
 (0)