Skip to content

Commit

Permalink
Add Larmor Parameters file
Browse files Browse the repository at this point in the history
It includes the parameter that tells Mantid to load the detectors positions
(parameter map) form the Nexus file.

re #7998
  • Loading branch information
gesnerpassos committed Sep 24, 2013
1 parent d662d44 commit d6f1eed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Code/Mantid/instrument/LARMOR_Parameters.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<parameter-file instrument = "LARMOR" valid-from = "2013-10-03T11:30:00">
<component-link name = "LARMOR">

<!-- Specify that the detector positions should be taken from the data file -->
<parameter name="det-pos-source" type="string">
<value val="datafile-ignore-phi"/>
</parameter>

</component-link>

</parameter-file>

0 comments on commit d6f1eed

Please sign in to comment.