Skip to content

Commit

Permalink
Refs #6675 Added formula
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Mar 8, 2013
1 parent 601607a commit 562907c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Code/Mantid/instrument/VISION_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@
<parameter name="Workflow.Masking" type="string">
<value val="IdentifyNoisyDetectors" />
</parameter>


<!-- formula for t0 calculation. See http://muparser.sourceforge.net/mup_features.html#idDef2 for available operators-->
<parameter name="t0_formula" type="string">
<value val="34.746 - 0.166672*incidentEnergy + 0.00020538*incidentEnergy^(2.0)" />
</parameter>

</component-link>

</parameter-file>

0 comments on commit 562907c

Please sign in to comment.