Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ COMPONENT mon_src_e = Monitor_nD(xwidth=1e-2, yheight=1e-2,
bins=512, options="energy", min=E0-1.1*dE, max=E0+1.1*dE)
AT (0,0,17.5) RELATIVE source

COMPONENT mon_src_xy = COPY(PREVIOUS)(options="x y, all auto", bins=128)
COMPONENT mon_src_xy = Monitor_nD(xwidth=1e-2, yheight=1e-2,options="x y", bins=128)
AT (0,0,0) RELATIVE PREVIOUS

// The double monochromator ----------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* monochromator, a sample stage and a detector.
*
* %Example: E0=12.65 sample="Mo.lau" SPLITs=1500 Detector: psd4pi_I=1.75e+12
* %Example: E0=12.65 sample="adrenaline.lau" SPLITs=4200 Detector: psd4pi_I=4.4e+15
* %Example: E0=12.65 sample="adrenaline.lau" SPLITs=4200 Detector: psd4pi_I=4.5e+15
*
* %Parameters
* E0: [keV] Energy selected at the Undulator.
Expand Down
Loading