Release: McXtrace 0.1
Energy-sensitive monitor.
Author: Erik Knudsen
Origin: Risoe
Date: June 22, 2009
A square single monitor that measures the energy of the incoming x-rays.
Example: E_monitor(xwidth=0.1, yheight=0.1, Emin=1, Emax=50, nE=20, filename=”Output.nrj”)
Parameters in boldface are required; the others are optional.
|
Name |
Unit |
Description |
Default |
|
|
|||
|
nE |
m |
Number of energy channels. |
20 |
|
filename |
str |
Name of file in which to store the detector image. |
0 |
|
xwidth |
m |
Width of detector. |
0.1 |
|
yheight |
m |
Height of detector. |
0.1 |
|
Emin |
keV |
Minimum energy to detect. |
|
|
Emax |
keV |
Maximum energy to detect. |
|
|
restore_xray |
0/1 |
If set, the monitor does not influence the x-ray state. |
0 |
|
|
|||
|
|
|||
|
|
|||
Component source code found in file E_monitor.comp.
The component E_monitor is sensitive to the xray energy, which in binned in nE bins between \(E_\mathrm {min}\) and \(E_\mathrm {max}\) (in keV).
The output parameters from E_monitor are the total counts, and a file with 1-dimensional data vs. \(E\), similar to TOF_monitor.