Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Feb 05, 2016
  2. Jan 26, 2016
  3. Dec 11, 2015
    • Tom Perkins's avatar
      Re #13916 Fixes identified in code review · fdac7be3
      Tom Perkins authored
      1) MuonAnalysis: fix parameters passed to MuonProcess algorithm
      
      - LoadedTimeZero is mandatory
      - DeadTimeTable should be a TableWorkspace
      - Type of OutputWorkspace
      
      2) MuonProcess: make "Mode" mandatory, but grouping table should only be
      mandatory if grouping is going to be done
      
      3) Comments and fix typo in documentation
      
      4) Fix bug where MuonAnalysis failed to load data for different instrument
      
      Changing the instrument clears the workspaces in the ADS (see #13616) -
      so add workspaces to the ADS *after* this has occurred!
      
      Before, workspaces were added to ADS and then the instrument was changed,
      which cleared them...
      fdac7be3
  4. Dec 03, 2015
  5. Dec 02, 2015
  6. Dec 01, 2015
    • Tom Perkins's avatar
    • Tom Perkins's avatar
      Re #13916 Update MuonLoad for new input/output parameters. · bdc9a170
      Tom Perkins authored
      The output WS is now just a Workspace_sptr as it could be a MatrixWS or a
      WS group.
      
      Now need to modify MuonAnalysis and MuonSequentialFitDialog.
      bdc9a170
    • Tom Perkins's avatar
      Re #13916 Change MuonLoad's input properties · 88852661
      Tom Perkins authored
      MuonLoad is going to take over the functionality of MuonCalculateAsymmetry.
      Looking at where it is called in the MuonAnalysis interface, there are
      three use cases (after LoadMuonNexus has been called):
      - correct and group
      - change bin offset, crop, rebin, calculate asymmetry
      - both of the above
      and these are the three choices for the "mode" input parameter.
      
      MuonLoad now takes a workspace so that the work done in MuonAnalysis can
      be done here instead. This will require calling LoadMuonNexus beforehand
      both in MuonAnalysis and in MuonSequentialFitDialog. (And MuonLoad should
      probably be renamed! MuonProcess?)
      88852661
  7. Nov 30, 2015
  8. Nov 20, 2015
    • Tom Perkins's avatar
      Re #14020 Fix Doxygen warnings · e89c9a80
      Tom Perkins authored
      e89c9a80
    • Tom Perkins's avatar
      Re #14020 MuonLoad works with arbitrary number of periods · 1eee9301
      Tom Perkins authored
      Replace FirstPeriod and SecondPeriod by using the given sets of summed
      and subtracted periods to pass data through to MuonCalculateAsymmetry,
      which can already cope with arbitrary period operations.
      
      Grouping and correcting functions now act on all workspaces.
      
      Verified MuonLoad's tests still pass and that the Usage example in the
      documentation still works properly.
      1eee9301
  9. Nov 19, 2015
  10. Nov 18, 2015
  11. Nov 09, 2015
  12. Oct 05, 2015
  13. Mar 19, 2015
  14. Dec 16, 2014
  15. Jun 03, 2014
  16. May 29, 2014
  17. Mar 04, 2014
  18. Feb 27, 2014
  19. Feb 12, 2014
  20. Feb 10, 2014
  21. Feb 05, 2014
  22. Dec 12, 2013
  23. Dec 11, 2013
Loading