Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 31, 2020
  2. Mar 27, 2020
  3. Mar 26, 2020
  4. Mar 24, 2020
  5. Mar 20, 2020
  6. Mar 03, 2020
  7. Feb 17, 2020
    • Harriet Brown's avatar
      Fix issues raised by merging · 6834e149
      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.
      6834e149
  8. Feb 12, 2020
    • Harriet Brown's avatar
      Fix issue raised during code review. · 9bd8f612
      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
      9bd8f612
  9. Feb 06, 2020
  10. Feb 04, 2020
  11. Feb 03, 2020
  12. Jan 09, 2020
  13. Jan 06, 2020
  14. Dec 16, 2019
    • Harriet Brown's avatar
      Rename MergeWorkspacesWithLimits algorithm to MatchAndMergeWorkspaces · 3b9bcfa1
      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
      3b9bcfa1
    • Harriet Brown's avatar
      Make MergeWorkspacesWithLimits more suitable for general use · fc00c351
      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
      fc00c351
  15. Dec 11, 2019
  16. Dec 06, 2019
    • Harriet Brown's avatar
      Remove _merge_workspace_with_limits function · b4974f50
      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
      b4974f50
    • Harriet Brown's avatar
      Remove calculate self scattering function that is not algorithm · 9aeb94d6
      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
      9aeb94d6
    • Harriet Brown's avatar
      Add Document page for MergeWorkspacesWithLimits · 65636dbf
      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
      65636dbf
    • Harriet Brown's avatar
      Add workflow algorithm for merging workspaces with limits · eea7fc81
      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
      eea7fc81
    • Harriet Brown's avatar
      Add workflow algorithm for calculating self scattering correction · c39025eb
      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
      c39025eb
    • Harriet Brown's avatar
      Fix ws_max_range not updated when a longer ws range was found · a0c26b7f
      Harriet Brown authored
      This commit fixes missed line that would allow the index for the max range spectra
      to be updated
      
      Re #27444
      a0c26b7f
    • Harriet Brown's avatar
      Move code for reading qlims into its own function · c56ea83d
      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
      c56ea83d
    • Harriet Brown's avatar
      Add exception if any bin range will include an infinite value · 01753a01
      Harriet Brown authored
      This commit adds a catch for if the workspaces or q_lims file have an infinite range
      
      Re #27444
      01753a01
    • Harriet Brown's avatar
      Fix ws_max_range not updated when a longer ws range was found · 31bbc729
      Harriet Brown authored
      This commit fixes missed line that would allow the index for the max range spectra
      to be updated
      
      Re #27444
      31bbc729
Loading