This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 01, 2015
-
-
Savici, Andrei T. authored
logger string
-
Savici, Andrei T. authored
-
Owen Arnold authored
-
Owen Arnold authored
-
Owen Arnold authored
Merge branch 'master' into 11304_createmd Conflicts: Code/Mantid/Framework/PythonInterface/test/python/plugins/algorithms/CMakeLists.txt
-
Owen Arnold authored
Also move the test and fix some of the code along the way.
-
Martyn Gigg authored
Add JobManagerType attribute of computeResource in Facilities schema
-
Dan Nixon authored
Add xsd attributes to DNS instrument definition
-
Karl Palmen authored
LoadFITS: change and add header keys, and other improvements
-
Federico Montesino Pouzols authored
-
Roman Tolchenov authored
Show errors in FunctionBrowser
-
Federico Montesino Pouzols authored
-
Federico Montesino Pouzols authored
-
Owen Arnold authored
Remove MDEvents library
-
Gigg, Martyn Anthony authored
Refs #11463
-
Owen Arnold authored
-
Gigg, Martyn Anthony authored
Refs #11463
-
Harry Jeffery authored
Use new correction algorithms in IDA Calc/ApplyCorr
-
Federico Montesino Pouzols authored
-
Raquel Alvarez authored
Fury (TransformToIqt) algorithm updates
-
- Mar 31, 2015
-
-
Pete Peterson authored
The failed system test is unrelated to this.
-
Hahn, Steven authored
-
Peterson, Peter authored
-
Federico Montesino Pouzols authored
Refactor PoldiFitPeaks2D to use EstimatePeakErrors
-
Michael Wedel authored
I tested the changes running this slightly modified usage example, which puts each of the workspaces into a WorkspaceGroup first. Without these changes the two resulting WorkspaceGroups contain the same workspace (the first one is overwritten), after the changes this does not happen, as described in the ticket. ``` trans1 = Load('INTER00013463') trans2 = Load('INTER00013464') trans1_wav = CreateTransmissionWorkspaceAuto(trans1) trans2_wav = CreateTransmissionWorkspaceAuto(trans2) wsGroup1 = GroupWorkspaces("trans1_wav") wsGroup2 = GroupWorkspaces("trans2_wav") stitched_wav1, y = Stitch1DMany("wsGroup1,wsGroup2", params='1, 0.02, 17', UseManualScaleFactor=True, ManualScaleFactor=0.85) stitched_wav2, y = Stitch1DMany("wsGroup1,wsGroup2", params='1, 0.05, 17', UseManualScaleFactor=True, ManualScaleFactor=3.85) ```
-
Dan Nixon authored
FABADA increment
-
Owen Arnold authored
Port CutMD to C++
-
Federico Montesino Pouzols authored
Test adaptive radius integration
-
Owen Arnold authored
-
Raquel Alvarez Banos authored
-
Stuart Campbell authored
IPython > 2.1 also works
-
Dan Nixon authored
Memory leak in LogParserTest
-
Harry Jeffery authored
-
Gigg, Martyn Anthony authored
Refs #11209
-
Gigg, Martyn Anthony authored
Refs #11209
-
- Mar 30, 2015
-
-
WHITFIELDRE email authored
-
Lynch, Vickie authored
-
Gigg, Martyn Anthony authored
Conflicts: Code/Mantid/Framework/MDAlgorithms/src/FitMD.cpp Code/Mantid/Framework/MDAlgorithms/src/Quantification/ResolutionConvolvedCrossSection.cpp Refs #11209
-
Owen Arnold authored
Horace style for cutmd
-
Federico Montesino Pouzols authored
-