This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 03, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Apr 30, 2015
-
-
Michael Wedel authored
The parameters were required for the recursion and are no longer necessary.
-
- Jun 30, 2014
-
-
Michael Wedel authored
In the previous commit, I fixed the problem caused by having only one value in the interpolation table by return 0. On second thought, it makes more sense to assume a "constant interpolation" and return the one stored y-value for any x.
-
- Jun 27, 2014
-
-
Michael Wedel authored
-
- Jun 24, 2014
-
-
Michael Wedel authored
-
- Jun 23, 2014
-
-
Michael Wedel authored
Replaced the linear search with a binary search and added unit tests.
-
Michael Wedel authored
The edge-cases of an interpolation are now clearly separated and checked in a uniform way.
-
Michael Wedel authored
Cleaned up the unit tests a bit so that it's easier to spot where errors are coming from.
-
- Mar 27, 2014
-
-
MichaelWedel authored
A typo caused incorrect results for interpolated values at or beyond the upper limit of the interpolation range. The unit tests were adjusted to reflect this fix.
-
- Dec 29, 2010
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Oct 21, 2010
-
-
Anders Markvardsen authored
spotted my Russell, which by some C++ fluke appeared to, so far, to have done no harm. re #1751
-
- Jun 29, 2010
-
-
Anders Markvardsen authored
Allow y-unit syntax for interpolation elements of IDF. Add this concept to Interpolation and testing this. Added additional user warnings in case users do not specify units recognisable by mantid Updated result-units in HRPD_Parameters.xml. Refs #1308
-
- Mar 25, 2010
-
-
Anders Markvardsen authored
In Interpolation when outside table interpolate linearly instead of then taking endpoints. Refs #967.
-
- Mar 16, 2010
-
-
Russell Taylor authored
-
- Mar 11, 2010
-
-
Anders Markvardsen authored
<parameter name="somefunction:toplevel2" type="fitting"> <lookuptable interpolation="linear" x-unit="TOF"> <point x="1" y="1" /> <point x="3" y="100" /> <point x="5" y="1120" /> <point x="10" y="1140" /> </lookuptable> </parameter> Refs #967.
-
- Mar 09, 2010
-
-
Anders Markvardsen authored
Added working Nexus test in IkedaCarpenterTest (possible now that workspace parameter map is loaded at the end of LoadInstrument). Refs #967.
-