This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 12 May, 2010 2 commits
-
-
Anders Markvardsen authored
than least squares. Add implementation of ICostFunctions: CostFuncIgnorePosPeaks CostFuncLeastSquares Also added new attribute to Fit called "CostFunction" which for now can be set to "Least squares" or "Ignore positive peaks". Refs #1246
-
Roman Tolchenov authored
-
- 11 May, 2010 8 commits
-
-
Steve Williams authored
-
Roman Tolchenov authored
It was slow because of min and max y values calculations. Postponed this to just before plotting. fixes #1211
-
Freddie Akeroyd authored
-
Roman Tolchenov authored
Added support for automatic background estimation to the Mantidplot fitting tool. The tool was modified to improve its manageability. Now the functions are accessed not directly by via handlers which help the bookkeeping. re #1184
-
Steve Williams authored
*Add more right click menus for plots (part complete): *learning how to do this 1 hour (the code wasn't ours) *create the menus, link to their commands and test 4 hours
-
Gigg, Martyn Anthony authored
Updates to various excitations algorithms and scripts to move towards running across all direct instruments. Re #1236
-
Russell Taylor authored
-
Russell Taylor authored
-
- 10 May, 2010 12 commits
-
-
Sofia Antony authored
re #1031 X values for bin zero is initialised to zero and added a new method loadSpectra to LoadRawHelper class .By mistake I checked in LoadRawHelper.cpp in last check-in .so submitting the header file with this check-in.
-
Gigg, Martyn Anthony authored
Minor update to SANS script following AddLogEntry change as it inadvertently broke the beam centre finder. Re #1237
-
Sofia Antony authored
re #1122 Idata node is formatted on one line.This is done by creating the CanSAS1D XML string using std::string and then writing the string to the file.I can't see a way to remove line breaks using Poco::XML Added a method to replace XML special characters with entity reference (e.g."&" with "&") Also added <SASprocess> node with entries <name><date> <term name=”svn”> <term name="user_file"> to the CanSAS1D xml.
-
Roman Tolchenov authored
-
Gigg, Martyn Anthony authored
Fix an issue with symbol visibility on machines using ld (linux/mac). Dlopen was not able to find some symbols defined but not referenced in the core Mantid libraries due to the default behaviour for dynamic executables being to only export the symbols referenced at link time. This was causing issues with Group/UnGroup notifications. Re #1224
-
Gigg, Martyn Anthony authored
-
Russell Taylor authored
-
Steve Williams authored
-
Anders Markvardsen authored
parameter. Refs #1233.
-
Anders Markvardsen authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
- 07 May, 2010 2 commits
-
-
Russell Taylor authored
-
Steve Williams authored
AddSampleLog() takes a string and adds it to a workspace's sample logs. SANS scripts now save the name of the mask file which can be retrieved with Python like pWS=mtd['992front_2D'];print pWS.getSampleDetails().getLogData('UserFile').value() refs #1237
-
- 06 May, 2010 5 commits
-
-
Russell Taylor authored
Make UnaryOperation multi-threaded. Also unlocked reading of ParameterMap cache and fix bug in Cache updating code. Re #1226.
-
Gigg, Martyn Anthony authored
Moved component parameter access so that it can be accessed directly from the IComponent interface and not just IDetector. Re #1236
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
FileProperty fixes for non-existant 'default.save' directories. Also updated linux file searches to be case-insensitive. Re #100
-
Anders Markvardsen authored
-
- 05 May, 2010 6 commits
-
-
Gigg, Martyn Anthony authored
-
Steve Williams authored
-
Russell Taylor authored
Fix a number of problems that became apparent when the monitor data is stored separately from the other data in a nexus file. Re #1227
-
Steve Williams authored
Changing view instrument to initially show the view along the beam direction. Took ~10 hours fixes #1234
-
Anders Markvardsen authored
Tidy up HRPD_Parameters.xml (remove reference to test parameter which was originally used for in a test). Refs #1229.
-
Anders Markvardsen authored
Include constraint to mixing parameter Eta to place it within the bounds of zero and one. Refs #1233
-
- 04 May, 2010 4 commits
-
-
Russell Taylor authored
Preserve any X data sharing in UnaryOperation algorithms (including ReplaceSpecialValues). Re #1226.
-
Roman Tolchenov authored
-
Anders Markvardsen authored
directory for new-ish Mantid property: parameterDefinition.directory. Refs #1229
-
Anders Markvardsen authored
-
- 30 Apr, 2010 1 commit
-
-
Russell Taylor authored
-