Skip to content

Commit 812298a

Browse files
authored
Merge pull request #147 from scipp/update-psi-comparison
docs: update the parameters in the comparison to eos
2 parents 7d41c78 + 2a9ff3d commit 812298a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user-guide/amor/compare-to-eos.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,13 @@
8585
"workflow[SampleSize[ReferenceRun]] = sc.scalar(10.0, unit='mm')\n",
8686
"workflow[ChopperPhase[SampleRun]] = sc.scalar(-7.5, unit='deg')\n",
8787
"\n",
88-
"workflow[WavelengthBins] = sc.geomspace('wavelength', 2.8, 12.5, 301, unit='angstrom')\n",
88+
"workflow[WavelengthBins] = sc.geomspace('wavelength', 2.8, 12.5, 2001, unit='angstrom')\n",
8989
"workflow[QBins] = sc.geomspace(\n",
9090
" dim='Q', start=0.00505, stop=2.93164766e-01, num=391, unit='1/angstrom'\n",
9191
")\n",
9292
"workflow[YIndexLimits] = sc.scalar(11), sc.scalar(41)\n",
9393
"workflow[ZIndexLimits] = sc.scalar(80), sc.scalar(370)\n",
94+
"workflow[BeamDivergenceLimits] = sc.scalar(-0.75, unit='deg'), sc.scalar(0.75, unit='deg')\n",
9495
"\n",
9596
"# Chopper phase value in the file is wrong, so we set it manually\n",
9697
"workflow[ChopperPhase[ReferenceRun]] = sc.scalar(-7.5, unit='deg')\n",

0 commit comments

Comments
 (0)