Skip to content

Commit

Permalink
refs #6667 Instrument parameters modified to take some properties
Browse files Browse the repository at this point in the history
from dgreduce
  • Loading branch information
abuts committed May 31, 2013
1 parent d2683ea commit 7054b8b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/instrument/LET_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</parameter>

<parameter name="vanadium-mass">
<value val="30.1"/>
<value val="20.79"/>
</parameter>

<!-- Diagnostic defaults -->
Expand Down
22 changes: 22 additions & 0 deletions Code/Mantid/instrument/MAPS_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,28 @@
<value val="1.2"/>
</parameter>

<!-- -->
<!-- Bleeding corrections -->

<!-- the number of pixels ignored within the bleed test diagnostic -->
<parameter name="bleed_pixels">
<value val="0"/>
</parameter>
<!-- the maximum framerate allowed in a tube -->
<parameter name="bleed_maxrate">
<value val="0"/>
</parameter>

<parameter name="use_bleeding">
<value val="0"/>
</parameter>

<!-- norm_method- normalistion monitor-1,monitor-2,uamph current -->
<parameter name="norm_method",type="string">
<value val="monitor-1"/>
</parameter>


<!-- -->
</component-link>

Expand Down

0 comments on commit 7054b8b

Please sign in to comment.