Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Dec 06, 2019
    • 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 unit tests for MergeWorkspaceWithLimits · fa7ba0e1
      Harriet Brown authored
      This commit creates unittests for MergeWorkspacesWithLimits
      
      This commit changes ConjoinWorkspaces in MergeWorkspacesWithLimits to use
      CheckOverlapping=False to stop tests failing when workspaces in group do not have unique spectra numbers
      
      Re #27445
      fa7ba0e1
    • Harriet Brown's avatar
      Add document for CalculateSelfScatteringCorrection · 3cd3252a
      Harriet Brown authored
      This commit creates a documentation rst file for CalculateSelfScatteringCorrection
      Along with the workflow diagram dot file. It also makes changes to the
      CalculateSelfScatteringCorrection algorithm to include a name and version that
      is required by the documentation compiler.
      
      this commit add periods to the end of each set in the sub algorithm list in
      MergeWorkspaceWithLimits.
      
      this commit corrects copyright dates in the CalculateSelfScatteringCorrection and
      MergeWorkspacesWithLimits algorithms.
      
      Re #27445
      3cd3252a
    • 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 further notes to changes in release notes · ede40980
      Harriet Brown authored
      This commit adds to the lease notes that the fix for the bug that raised an error when a unicode string was given as a lim file directory has been fixed.
      
      This commit adds to the lease notes that the match spectra in merging workspaces no longer matches by scale.
      
      Re #27444
      ede40980
    • Harriet Brown's avatar
      Add changes to release notes · 2682af37
      Harriet Brown authored
      This commit adds release notes for the changes made in this PR.
      
      Re #27444
      2682af37
    • 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
    • Harriet Brown's avatar
      Move code for reading qlims into its own function · ca1a3cf6
      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
      ca1a3cf6
    • Harriet Brown's avatar
      Set the index for MatchSpectra to the spectra with the largest x range · 09a1a6fe
      Harriet Brown authored
      This commit changes the previously hard coded index for matching spectra to
      instead use the workspace with the larges range of x values as these produces the
      smoothest match around the edges of the workspaces data.
      
      Re #27444
      09a1a6fe
    • Harriet Brown's avatar
      Change ConjoinSpectra to ConjoinWorkspace · 6d374e8b
      Harriet Brown authored
      This commit changes the usage of ConjoinSpectra to a loop using ConjoinWorkspace.
      This is done because using ConjoinSpectra the focused workspace can have a
      mismatch between specnumbers and index
      
      Re #27444
      6d374e8b
  2. Nov 19, 2019
  3. Nov 18, 2019
  4. Nov 15, 2019
  5. Nov 14, 2019
Loading