Skip to content

Commit

Permalink
Add resolution parameters for the foil components.
Browse files Browse the repository at this point in the history
Refs #8378
  • Loading branch information
martyngigg committed Nov 28, 2013
1 parent 68b8349 commit 7dfd416
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Code/Mantid/instrument/VESUVIO_Parameters.xml
Expand Up @@ -124,6 +124,19 @@
<value val="73"/>
</parameter>

<!-- Lorentzian HWHM of the foil energy (meV) -->
<parameter name="hwhm_foil_lorentz">
<value val="144"/>
</parameter>

<!-- Gaussian standard deviation of the foil energy (meV)
Note that this is not the HWHM but the standard deviation unlike the
Lorentzian parameter -->
<parameter name="sigma_foil_gauss">
<value val="20"/>
</parameter>


<!-- ====================================================== -->

</component-link>
Expand Down

0 comments on commit 7dfd416

Please sign in to comment.