This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 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.
-
Michael Wedel authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- 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 23, 2014
-
-
Michael Wedel authored
Replaced the linear search with a binary search and added unit tests.
-
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.
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Oct 25, 2012
-
-
Anders Markvardsen authored
-
- Apr 18, 2011
-
-
Anders Markvardsen authored
-
- Jan 28, 2011
-
-
Janik Zikovsky authored
-
- 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.
-
- Nov 02, 2010
-
-
Janik Zikovsky authored
-
- Jul 09, 2010
-
-
Nick Draper authored
more doxygen warning hunting
-
- Jul 07, 2010
-
-
Anders Markvardsen authored
Also, added additional ParameterMap method which can get string-value by searching a component by name. (swapped a few int by unsigned int in Interpolation)
-
- 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
-
-
Anders Markvardsen authored
Refs #967.
-
Gigg, Martyn Anthony authored
Improved the handling of scripts paths in the ConfigService so that there are two separate keys for the Python scripts: those required by Mantid and those specified by users. Updated SANS interface so that it better handles being unable to find the reduction script. Re #1152
-
- 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.
-