mantid
mantid copied to clipboard
Main repository for Mantid code
**Description of work.** In SliceViewer `model.py`, MDHisto workspaces rely solely on the embedded basis vectors to calculate non orthogonal axes which can only be set with `MDNorm` or `BinMD`. This...
**Description of work.** This PR removes the GSL library from `JacobianImpl1` and corrects a logic error with regards to method of matrix storage in memory in the `EigenJacobian` function `addNumberToColumn`....
**Description of work.** **Todo** - [ ] check if you are ok with the new `Detectors.h` / `Detectors.cpp` files. If you can think of something better feel free to change...
**Description of work.** This PR fixes a crash when passing a parent widget to the help window. The ability to pass a parent widget has been removed for a couple...
**Description of work.** This PR create Powder Diffraction Scripts for the OSIRIS Scripts The ultimate goal of these scripts is that they be able to: 1. Sum multiple runs together...
**Description of work.** This PR ensures the reduction plot and region selector plot gets cleared when there is an error. Two things we noted while working on this: - The...
**Description of work.** Add support for scattering from a container to the Discus multiple scattering algorithm. This means that when generating a result for two scatters it will include extra...
**Description of work.** Added check for height ties based on sigma for Gaussian peaks within a CrystalFieldFunction to void IFunction::sortTies(). In this case the tie is not sorted but still...
When generating a script for a cut plot, a plot for an interactive cut cannot be used as it does not have the Generate Script command in the File menu....
**Description of work.** The line style was in the figure generation script in the documentation of `GroupToXResolution` algorithm was set to None, which resulted in blank figures. I propose it...