This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Jul 07, 2015
-
-
Owen Arnold authored
* Test that BinMD does copy basis vectors so that query can later be made * Change the rebin mode to use the MDGeometry allBasisNormalized property * Change the line mode to also use the allBasisNormalized property
-
Owen Arnold authored
Introduce test and then functionality to MDGeometry.
-
- Jun 30, 2015
-
-
Simon Heybrock authored
Now WorkspaceSingleValue has dimensions = 0, so this would throw. However there does not appear to be a particular reason for throwing, so we remove it.
-
- May 20, 2015
-
-
Federico Montesino Pouzols authored
-
- Apr 15, 2015
-
-
Martyn Gigg authored
Refs #11512
-
- Apr 09, 2015
-
-
Owen Arnold authored
The main change here is to what CutMD can do. It Clears BOTH the transforms and the original workspaces off the output workspace. 1) This fixes the issue with the labeling when plotMD is run, because there is no original workspace to try to take dimension information from. 2) However, the plots generated from CutMD from the SliceViewer are now garbage. This could because the line cuts (BinMD) are operating over a Histogram workspace already (CutMD created with NoPix=True), but is something I will need to get to the root of.
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Mar 10, 2014
-
-
Russell Taylor authored
Not strictly related to this ticket, but I was surprised when I made a change in ImplicitFunctionParameter.h and everything recompiled. This turned out the be the reason.
-
- Feb 19, 2014
-
-
Owen Arnold authored
This has been prevented thus far, because use of coord transforms has been based on the presence of original workspaces. Original workspaces will not be present upon a reload. I've also exposed the new getters on MDGeometry to python.
-
- Apr 11, 2012
-
-
Janik Zikovsky authored
Also added tests for estimateResolution
-
- Mar 20, 2012
-
-
Alex Buts authored
Mainly stub which should be coordinated with other parts of MD Geometry. Also, as agreed during the discussion, renamed QhQkQl to Q3D and made changes which would make similar modifications easier in a future.
-
- Feb 28, 2012
-
-
Gigg, Martyn Anthony authored
The framework should be mostly clear of cppcheck errors now.
-
- Feb 21, 2012
-
-
Janik Zikovsky authored
Also make doxygen more explicit.
-
- Feb 16, 2012
-
-
Alex Buts authored
all things prepared to implementation of the ticket but nothing substantial have been done yet.
-
- Feb 13, 2012
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
To reduce warnings when coord_t = float. Also, fix a warning #4473.
-
- Feb 03, 2012
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
which should fix CloneMDWorkspace. Also, fix to BinMD to strip spaces from dimension names.
-
Peterson, Peter authored
-
- Feb 02, 2012
-
-
Janik Zikovsky authored
-
- Jan 23, 2012
-
-
Janik Zikovsky authored
Like BinMD and SliceMD.
-
- Jan 20, 2012
-
-
Janik Zikovsky authored
To fix segfaults on destruction. Multiple virtual inheritance is hard ;)
-
Owen Arnold authored
-
- Jan 18, 2012
-
-
Janik Zikovsky authored
Works on MDHisto and MDEvent.
-
- Jan 04, 2012
-
-
Gigg, Martyn Anthony authored
Most observers that watch for workspace deletion do not need a copy of the shared pointer. The PostDeleteNotification only has the name of what was deleted meaning the object should only be kept alive by a notification if absolutely necessary. The PreDeleteNotification does what the original DeleteNotification did.
-
- Jan 01, 2012
-
-
Janik Zikovsky authored
-
- Dec 31, 2011
-
-
Janik Zikovsky authored
when the original workspace is removed from AnalysisDataService. This should allow the destructor to be called properly, freeing memory and closing the file. Should let windows system test pass.
-
- Oct 07, 2011
-
-
Janik Zikovsky authored
Refs #3907: Made MDEventWorkspace inherit from IMDWorkspace. Added tests to MDGeometryTest. Clarified the getDimension() calls, which were ambiguous.
-
- Oct 05, 2011
-
-
Janik Zikovsky authored
-
- Sep 27, 2011
-
-
Janik Zikovsky authored
-
- Sep 06, 2011
-
-
Janik Zikovsky authored
Refs #3672: Moved CoordTransform up to API namespace. Added basis vectors to the output MDHistoWorkspace when calling BinToMDHistoWorkspace.
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-