This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 09, 2020
-
-
Gigg, Martyn Anthony authored
Newer boost bind seems to be causing compiler warnings on Windows. It's no longer required now bind is in the STL. Refs #16578
-
- Dec 18, 2019
-
-
Martyn Gigg authored
A user wishes to offset the pulsetime of an event based on its wavelength so the offset for each event must be different
-
- Dec 14, 2019
-
-
WHITFIELDRE email authored
-
- Dec 13, 2019
-
-
- Dec 04, 2019
-
-
Martyn Gigg authored
It costs slightly more memory but only bytes per workspace and it is far safer than trying to manage the arrays properly with new/delete.
-
- Nov 28, 2019
-
-
Martyn Gigg authored
The overwhelming use case for this method is to take ownership of a lattice object into Sample. Using unique_ptr clarifies that this is happening at the call site and forces a caller to make copy if that is truly the desired behaviour. The old code make a copy internally but this was not obvious from the method call.
-
- Nov 20, 2019
-
-
Martyn Gigg authored
-
- Nov 18, 2019
-
-
Dimitar Tasev authored
- Adds Python unit test for export - Adds a `hasAnyMaskedBins` call in the MatrixWorkspace unit tests
-
- Nov 08, 2019
-
-
Nick Draper authored
re #27319
-
- Oct 18, 2019
-
-
Martyn Gigg authored
Refs #26690
-
- Sep 27, 2019
-
-
Owen Arnold authored
-
Owen Arnold authored
-
- Sep 23, 2019
-
-
Dan Nixon authored
Streamed data assumes spectra numbers start at zero.
-
- Sep 04, 2019
-
-
Owen Arnold authored
-
Owen Arnold authored
Main change here is preventing LoadNexusProcessed from running the instrument save when going via the ESS route. New problem is that LoadNexusProcessed does not attempt to look for new Geometry in Nexus as part of the loading, and therefore gives up when it shouldn't LoadNexusProcessed also annoyinly looking for group named "instrument", which we now do not adhere to.
-
- Sep 02, 2019
-
-
Owen Arnold authored
Main change here is preventing LoadNexusProcessed from running the instrument save when going via the ESS route. New problem is that LoadNexusProcessed does not attempt to look for new Geometry in Nexus as part of the loading, and therefore gives up when it shouldn't LoadNexusProcessed also annoyinly looking for group named "instrument", which we now do not adhere to.
-
- Aug 28, 2019
-
-
WHITFIELDRE email authored
There are now options to set if saving History, Instrument, Sample and Logs
-
- Aug 19, 2019
-
-
Owen Arnold authored
No definition provided, so just a link-time error waiting to happen.
-
- Aug 14, 2019
-
-
Samuel Jones authored
Re #26160 merge with previous
-
- Aug 13, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
- Aug 05, 2019
-
-
Peterson, Peter authored
-
- Jul 29, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
- Jul 26, 2019
-
-
Samuel Jones authored
-
- Jul 25, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
- Jul 24, 2019
-
-
Alice Russell authored
-
- Jul 23, 2019
-
-
Gagik Vardanyan authored
-
- Jul 18, 2019
-
-
Dan Nixon authored
This is based on the prototype derived from the meeting at the DMSC last December. The workflow is as follows: - Pool all events received from the Kafka stream into a single buffer - When the buffer is to be flushed (i.e. events populated in the EventWorkspace): - Parallel sort the event buffer by the detector ID/workspace index - Determine group boundaries - Parallel insert events into EventWorkspace Also included is the optimisation of using a spec to ID mapping based on a vector rather than map. This provides better performance during the initial event buffering (where this lookup is made). Initial benchamrking shows 25M events is a intermediate buffer threshold for LOKI (9 banks) at 10^7 events per second. This manages to maintain well over 14Hz pulse rate (with no post processing).
-
- Jul 15, 2019
-
-
Samuel Jones authored
-
- Jul 08, 2019
-
-
Gigg, Martyn Anthony authored
It is unused as users how gone in a different direction with the project. Refs #26223
-
- Jun 20, 2019
-
-
Sam Jenkins authored
-
Samuel Jones authored
-
- Jun 17, 2019
-
-
Sam Jenkins authored
This reverts commit 81f90055.
-