This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jun 11, 2015
-
-
Harry Jeffery authored
-
- Mar 19, 2015
-
-
Harry Jeffery authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Nov 10, 2014
-
-
Hahn, Steven authored
-
- Oct 23, 2014
-
-
John Hill authored
-
- Oct 22, 2014
-
-
John Hill authored
-
- Sep 10, 2014
-
-
John Hill authored
-
- Sep 09, 2014
- Sep 01, 2014
-
-
Gigg, Martyn Anthony authored
This reverts the changes to Load from commits - 67348e40 - cf334a95 We need a better way for a specific loader to request that it will handle all files that Load has found. Refs #10061
-
- Aug 29, 2014
-
-
John Hill authored
-
- Aug 15, 2014
-
-
John Hill authored
-
- Jun 03, 2014
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- May 28, 2014
-
-
Nick Draper authored
-
- Apr 03, 2014
-
-
Keith Brown authored
ITableWorkspace has been added to the list of output workspace types load is expecting to output.
-
- Mar 04, 2014
-
-
Arturs Bekasovs authored
-
- Feb 10, 2014
-
-
Gigg, Martyn Anthony authored
Mainly removed Poco includes and used forward declarations instead. Unsuprisingly this has affected some algorithms. Refs #8784
-
- Jan 06, 2014
-
-
Peter Parker authored
* Remove temp workspace at end of summing. * Ensure output of load is in the workspace it's supposed to be.
-
- Oct 18, 2013
-
-
Russell Taylor authored
In the case of LoadEventPreNexus is is "EventFilename". It seems that for everything else is is "Filename" because the variable that holds this is empty by the time the algorithm comes to run (though the loader is selected correctly). I've factored out the method that sets the variable and called it again from within a method that exec() calls.
-
- Sep 26, 2013
-
-
Alex Buts authored
Otherwise, when loading sqw, it complains about unknown extension when logging is done in debug mode
-
- Sep 02, 2013
-
-
Arturs Bekasovs authored
Refs #7852
-
- Jul 04, 2013
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
- Jun 07, 2013
-
-
Roman Tolchenov authored
Re #7253
-
- Apr 02, 2013
-
-
Savici, Andrei T. authored
-
Russell Taylor authored
-
- Mar 15, 2013
-
-
Nick Draper authored
-
- Mar 04, 2013
-
-
Gesner Passos authored
re #6485
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Nov 19, 2012
-
-
Roman Tolchenov authored
-
- Oct 15, 2012
-
-
Gigg, Martyn Anthony authored
Avoids loading everything then summing in separate loop, instead loads then sums in same loop
-
- Aug 21, 2012
-
-
Peter Parker authored
Ensure that input into a MultipleFileProperty properly survies a "round trip", i.e. what you put in is what you get out, and that using the output again, as input into another MultipleFileProperty gives the same results. Proper functionality in a large number of use cases is assured by vastly improved coverage of unit tests, which was lacking previously. Simplify parts of the MultipleFileProperty class, including the filename generation functors I introduced that weren't doing anybody any favours.
-
- Aug 15, 2012
-
-
Russell Taylor authored
-
- Aug 09, 2012
-
-
Gigg, Martyn Anthony authored
Also kill a spurious error when LoadNexusProcessed was checking whether it is able to load. It throws anyway so the error log is unnecessary.
-
- Jul 29, 2012
-
-
Peter Parker authored
This reverts commit 4fe9cd9d, and fixes tests.
-
- Jul 27, 2012
-
-
Peter Parker authored
This reverts commit a9c8a59a.
-
Peter Parker authored
Allow filenames specified with the format <<short><operator>>...<short> where: <short> = <dir><inst><underscore><runs><ext> <operator> = "+" or "," <runs> = lists and/or ranges of (possibly added) runs e.g. "12,13+14,15:20". See header file of MultipleFileProperty for more info on syntax. This enables workspaces loaded through the algorithm to have a history that can be used to reproduce the workspace properly. MWRunFiles widget of LoadDialog now remembers the exact text a user typed - in this way any user who types "INST0-50", clicks "Run" and reopens the dialog is not met by a huge string containing a list of all 51 fully resolved files, but rather their original input. Changed the vector<vector<string>> templated versions of the toString and toValue functions to accept customised delimiters. This enables us to add an option for the user to turn off multifile parsing if they are crazy enough to want to load files with a plus or a comma in their path. Changed the inner workings of Load for multi files. No longer calling sub algorithms with setChild or alwaysStoreInADS. All workspaces are essentially created outside the ADS and managed by the algorithm, right up until the OutputWorkspaces are set. Tests added where appropriate, but the majority of parsing cases are already covered by MultiFileNameParser.
-
- Jun 25, 2012
-
-
Roman Tolchenov authored
WorkspaceGroup now holds shared pointers instead of workspace name. It can be used outside the ADS.
-