Skip to content

Commit e6a7d2a

Browse files
author
Emmanuel FARHI
committed
mcxtrace: Test FluoPowder: narrow energy band, broader diff detector, fewer angle bins, fix test values
1 parent e69c8f9 commit e6a7d2a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mcxtrace-comps/examples/Tests_samples/Test_FluoPowder/Test_FluoPowder.instr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
* - index=5: use Fluorescence+PowderN (slow, under estimates contributions)
2424
*
2525
* %Example: Test_FluoPowder.instr E0=15 index=1 Detector: Sph_mon_I=2.2379e-18
26-
* %Example: Test_FluoPowder.instr E0=15 index=2 Detector: Sph_mon_I=2.49656e-18
27-
* %Example: Test_FluoPowder.instr E0=15 index=3 Detector: Sph_mon_I=2.84012e-18
28-
* %Example: Test_FluoPowder.instr E0=15 index=4 Detector: Sph_mon_I=7.83812e-19
29-
* %Example: Test_FluoPowder.instr E0=15 index=5 Detector: Sph_mon_I=2.21276e-18
26+
* %Example: Test_FluoPowder.instr E0=15 index=2 Detector: Sph_mon_I=1.89376e-18
27+
* %Example: Test_FluoPowder.instr E0=15 index=3 Detector: Sph_mon_I=2.79924e-18
28+
* %Example: Test_FluoPowder.instr E0=15 index=4 Detector: Sph_mon_I=7.63749e-19
29+
* %Example: Test_FluoPowder.instr E0=15 index=5 Detector: Sph_mon_I=2.96629e-18
3030
*
3131
* %Parameters
3232
* E0: [keV] Source mean energy of xrays.
@@ -160,7 +160,7 @@ COMPONENT E_mon_flu = COPY(E_mon)(filename="Energy_flu")
160160

161161
// ideal "banana" detector
162162
COMPONENT det_angle = Monitor_nD(options="abs theta limits=[5 90]",
163-
radius=0.6, yheight=1e-2, bins=10000)
163+
radius=0.6, yheight=5e-2, bins=512)
164164
AT (0,0,0) RELATIVE PREVIOUS
165165

166166
END

0 commit comments

Comments
 (0)