This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 31, 2020
-
-
Harriet Brown authored
This Commit fixes failing system tests in ISIS powder polaris. re: #28415
-
- Mar 27, 2020
-
-
Conor Finn authored
-
Conor Finn authored
Removes all of the from __future__ imports that open and close the brackets on the same line. This is most of them.
-
Harriet Brown authored
This commit adds an option to rebin the focused/merged workspace with a delta_q paramiter in polaris create pdf. re: #28415
-
Harriet Brown authored
This commit changes the method of rebinning the output pdf from Polaris create pdf to use delta_r (as used in the PDFFourierTransform algorithm) instead of the rebin algorithm.
-
- Mar 26, 2020
-
-
Harriet Brown authored
This commit removes a print statement initial added for debugging that was missed on cleaning up before pushing.
-
- Mar 24, 2020
-
-
Harriet Brown authored
This commit adds release notes detailing the change of output names from Polaris.create_total_scattering_pdf re: #28414
-
Harriet Brown authored
This commit adds lines in generate_ts_pdf to change the names of the workspaces produced as a result from the function. re: #28414
-
- Mar 20, 2020
-
-
Nick Draper authored
Also updated class_maker.py
-
- Mar 03, 2020
-
-
Elliot Oram authored
-
Elliot Oram authored
This is required to still automatically select mode when the chopper frequency may have spin up/down values
-
- Feb 17, 2020
-
-
Harriet Brown authored
This commit fixes garbled code resulting from a mistake during merging master It also removes an in correctly named file that has since been replaced with a correctly spelled one.
-
- Feb 12, 2020
-
-
Harriet Brown authored
This commit fixes issues raised during code review: renames input_ws, lower_index, upper_index to better describe what they represent. corrects typo clears equations for calculating freq_param Adds notes explaining the meaning of the equations to get the freq_params re: #27773
-
- Feb 06, 2020
-
-
Harriet Brown authored
This commit adds system tests for the new fourier filter in powder polaris. re: 27773
-
Harriet Brown authored
This commit fixes a bug with the _load_qlims function in polaris_algs that caused a failure if given a list of limits.
-
Harriet Brown authored
This commit cleans and fixes many bugs in the fouriet filter function in polaris_algs as well as making the filter params passable into the create_total_scattering_pdf. It also cleans up the polaris paramiter map so that some of the inputs are optional so the defaults can be used. re: 27773
-
Harriet Brown authored
THis commit adds a function for the fourier filter that allows for a lower boundary as well as an upper boundary. re: #27773
-
Harriet Brown authored
This commit adds a section to polatis_algs generate_ts_pdf that performs a fourier filter to the merged data. re: #27773
-
- Feb 04, 2020
-
-
Harriet Brown authored
This commit adds system tests for the new fourier filter in powder polaris. re: 27773
-
Harriet Brown authored
This commit fixes a bug with the _load_qlims function in polaris_algs that caused a failure if given a list of limits.
-
Harriet Brown authored
This commit cleans and fixes many bugs in the fouriet filter function in polaris_algs as well as making the filter params passable into the create_total_scattering_pdf. It also cleans up the polaris paramiter map so that some of the inputs are optional so the defaults can be used. re: 27773
-
- Feb 03, 2020
-
-
Harriet Brown authored
THis commit adds a function for the fourier filter that allows for a lower boundary as well as an upper boundary. re: #27773
-
Harriet Brown authored
This commit adds a section to polatis_algs generate_ts_pdf that performs a fourier filter to the merged data. re: #27773
-
- Jan 09, 2020
-
-
Gigg, Martyn Anthony authored
Refs #16578
-
- Jan 06, 2020
-
-
Harriet Brown authored
This commit adds a try except statement around the Rebin algorithm in polaris_algs that catches a failing rebin call and return instead the default pdf_output Re #27554
-
Harriet Brown authored
This commit add the option for the user to set the PDF output type on the polaris create_total_scattering_pdf function. They can use any of the types available through PDFFourierTransform (G(r), g(r), RDF(r)), if none given it will default to G(r). Re #27607
-
Harriet Brown authored
This commit add a call of Rebin in the polaris create_total_scattering_pdf process and adds a input parameter `output_binning` that defines how the output should be rebinned Re #27554
-
- Dec 16, 2019
-
-
Harriet Brown authored
This commit renames the MergeWorkspacesWithLimits algorithm to MatchAndMergeWorkspaces as it better describes the intended usage This commit also adds tests relating to the expanded usage of the MatchAndMergeWorkspaces algorithm Re: #27445
-
Harriet Brown authored
This commit modifies the MergeWorkspacesWithLimits algorithm to be usable outside of the polaris scripts. The changes to the algorithm are as follows: - Fixing the ADSValidator export to python. - The Algorithm can now accept a group workspace, a multi-specta workspace, or a list of workspaces. - The Algorithm can take an input use with MatchSpectra for if the scale or offset should be calculated Re: #27445
-
- Dec 11, 2019
-
-
Harriet Brown authored
This commit corrects issues related to the changing property names in MergeWorkspacesWithLimits and TotScatCalculateSelfScattering re: #27445
-
Harriet Brown authored
This commit makes several changes requested during code review including: - Rename CalculateSelfScatteringCorrection to TotScatCalculateSelfScattering - Removing unnecessary __init__ function - Correcting property docstring for CalFileName - Changing CalFileName into a FileProperty re: #27445
-
- Dec 06, 2019
-
-
Harriet Brown authored
This commit removes the _merge_workspace_with_limits function that had been previously removed in a different commit, It was accidentally returned to the script when the branch had to be rebased after a commit message had to be changed to match the required level of detail and proper formatting regarding the method of referencing git issues, that being 'Re' followed by hash then the number. Re #27445
-
Harriet Brown authored
This commit removes the _calculate_self_scattering_correction function in polaris_algs that is now covered by the CalculateSelfScatteringCorrection algorithm. Re #27445
-
Harriet Brown authored
This commit creates a documentation rst file for MergeWorkspacesWithLimits Along with the workflow diagram dot file. It also makes changes to the MergeWorkspacesWithLimits algorithm to include a name and version that is required by the documentation compiler. This commit corrects a mistake in the property names for CalcuateSelfScatteringCorrection. This commit removes the commented out command to the _merge_workspaces_with_limits function in polaris_algs in place of the workflow algorithm. This commit creates a blank rst file that will later contain the documentation for CalculateSelfScatteringCorrection. Re #27445
-
Harriet Brown authored
This commit creates a workflow algorithm named MergeWorkspacesWithLimits that handles the merging of the focused workspaces in the polaris scripts. This commit removes a duplicated _load_qlims function in polaris_algs mistakenly added in commit 4c588e. This commit adds a black line at the end of the CalculateSelfScatteringCorrection algorithm. Re #27445
-
Harriet Brown authored
This commit creates a workflow algorithm named CalculateSelfScatteringCorrection that handles the calculate of the placzek self scattering correction to be subtracted from the focused data in the polaris scripts. Re #27445
-
Harriet Brown authored
This commit fixes missed line that would allow the index for the max range spectra to be updated Re #27444
-
Harriet Brown authored
This commit moves the code for reading the supplies q limits into its own function. This also fixes a bug that cause an error when trying to read a lim file path that is in a unicode format. Re #27444
-
Harriet Brown authored
This commit adds a catch for if the workspaces or q_lims file have an infinite range Re #27444
-
Harriet Brown authored
This commit fixes missed line that would allow the index for the max range spectra to be updated Re #27444
-