Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. May 03, 2017
  2. Feb 17, 2017
  3. Nov 08, 2016
  4. Oct 27, 2016
  5. Oct 19, 2016
  6. Oct 17, 2016
  7. Oct 14, 2016
  8. Oct 12, 2016
  9. Aug 29, 2016
  10. Aug 08, 2016
  11. Oct 05, 2015
  12. Apr 17, 2015
  13. Mar 25, 2015
  14. Feb 20, 2015
  15. Feb 18, 2015
  16. Aug 20, 2014
  17. Jun 16, 2014
  18. May 30, 2014
  19. Dec 09, 2013
  20. Dec 06, 2013
  21. Dec 05, 2013
  22. Oct 25, 2013
  23. Sep 12, 2013
  24. Jan 26, 2013
    • Dennis Mikkelson's avatar
      RE 6397 Scripts for TOPAZ/MANDI SCD reduction · 6ce9a7fd
      Dennis Mikkelson authored
      These scripts use Mantid, but are intended to be run
      separately.  In particular, the ReduceSCD_Parallel.py
      script includes a simple mechanism for reducing multiple
      runs in parallel, by launching separate command line
      processes for each run.  Each of these process is an
      instance of ReduceOneSCD_Run.py.  The same .config
      file can be used for reducing one run at a time with
      ReduceOneSCD_Run.py and for reducing multiple runs
      in parallel with ReduceSCD_Parallel.py.  ReduceSCD.config
      is a sample configuration file.  It will have to be
      edited to place the output files in the correct directory
      and to reduce different runs with different control
      parameters.  The python files and .config file are
      heavily documented, so their use should be clear.
      Typically, users should copy these files to their
      home directories and customize them as needed.
      refs #6397
      6ce9a7fd
Loading