This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Aug 01, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
-
- Aug 29, 2016
-
-
Jan Burle authored
-
- Jul 25, 2016
-
-
Tom Perkins authored
Refactor the method to simplify it, taking advantage of HistogramData's functionality. re #16798
-
Tom Perkins authored
re #16798
-
- Jul 22, 2016
-
-
Tom Perkins authored
Histogram data? (yes) - Distribution data? (yes) - Frequencies (no) - Plotted as a distribution? (yes) - Counts [convert data here] (no) - Counts (no) - Counts re #16798
-
- Jul 19, 2016
-
-
Tom Perkins authored
This option (View/Preferences/2D Plots) plots the data as a distribution. If this option is set or the original data was a distribution, use frequencies. Otherwise (option not set and not a distribution, or point data) use counts. re #16798
-
- Jul 14, 2016
-
-
Tom Perkins authored
Instead of inserting y data from spectrum 0, just copy the previous user-selected background point. This works better if spectrum 0 has very different data (for example if it is a monitor) and also is less surprising behaviour. re #16798
-
Tom Perkins authored
Update to use new HistogramData and ensure it is correct for histo and point data re #16798
-
- Jul 13, 2016
-
-
Tom Perkins authored
re #16798
-
- Jul 08, 2016
-
-
Tom Perkins authored
The zero rows at the end are from blank rows (see #16807) but other rows with (0, 0) are real points that just happen to be zero. re #16798
-
Tom Perkins authored
re #16798
-
Tom Perkins authored
CreateUserDefinedBackground takes a set of points that the user has chosen and creates a background workspace out of them. It interpolates the points so the resulting background can be subtracted from the original data. re #16798
-
Tom Perkins authored
re #16798
-