Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Feb 20, 2015
  2. Feb 18, 2015
  3. Aug 20, 2014
  4. Jun 06, 2014
  5. Jun 03, 2014
  6. May 29, 2014
  7. Apr 01, 2014
  8. Mar 06, 2014
  9. Feb 17, 2014
    • MichaelWedel's avatar
      Corrected behavior of LoadSINQFile for POLDI files · db8706d6
      MichaelWedel authored
      Current POLDI files may contain data for 800 wires, half of which are
      virtual and most of the time unused. The old behavior summed their
      counts to the neighboring wire, which is not consistent with the fortran
      program (which just discards every other wire).
      db8706d6
  10. Oct 28, 2013
  11. Oct 18, 2013
  12. Jul 30, 2013
    • Christophe Le Bourlot's avatar
      Xtof commit of mantid4POLDI algorithms · f15f2c05
      Christophe Le Bourlot authored
      Update of the algorithms for Mantid. The different ipp files are now manage by the ProjectManager.
      A bunch of ipp files, from 2009 to 2013 are delivered.
      Some others algo are updated.
      Following is the list of the modified files, with linked comments
      
      update of the python API access, no more hard links
      	modified:   Code/Mantid/Framework/PythonInterface/plugins/algorithms/LoadSINQ.py
      	modified:   Code/Mantid/Framework/PythonInterface/plugins/algorithms/LoadSINQFile.py
      
      gestion of the different ipp files
      	modified:   Code/Mantid/Framework/PythonInterface/plugins/algorithms/PoldiProjectAddDir.py
      	modified:   Code/Mantid/Framework/PythonInterface/plugins/algorithms/PoldiProjectAddFile.py
      	modified:   Code/Mantid/Framework/PythonInterface/plugins/algorithms/PoldiProjectRun.py
      
      useless algo for users, as to be used only by Mark or POLDI scientist
      	deleted:    Code/Mantid/Framework/PythonInterface/plugins/algorithms/poldigroup.py
      
      a non used algo doesn't need to be compiled
      	modified:   Code/Mantid/Framework/SINQ/CMakeLists.txt
      
      the constante are now properly declared
      	modified:   Code/Mantid/Framework/SINQ/inc/MantidSINQ/PoldiAutoCorrelation5.h
      
      nothing I think, just touch
      	modified:   Code/Mantid/Framework/SINQ/src/LoadFlexiNexus.cpp
      
      the starting time of the experiment is now used to choose the proper IDF
      	modified:   Code/Mantid/Framework/SINQ/src/PoldiLoadLog.cpp
      
      reset() is no more needed, it is automaticaly done (to be check)
      	modified:   Code/Mantid/Framework/SINQ/src/SINQHMListener.cpp
      
      grouping file moved in the proper dir and named properly
      	renamed:    Code/Mantid/instrument/nexusdictionaries/poldigroup.xml -> Code/Mantid/instrument/Grouping/POLDI_Gro
      uping_800to400.xml
      
      IDF and parameters for years 2009, 2010, 2011, 2012, 2013
      	new file:   Code/Mantid/instrument/POLDI_Definition_ipp10.xml
      	new file:   Code/Mantid/instrument/POLDI_Definition_ipp11.xml
      	new file:   Code/Mantid/instrument/POLDI_Definition_ipp12.xml
      	new file:   Code/Mantid/instrument/POLDI_Definition_ipp13.xml
      	new file:   Code/Mantid/instrument/POLDI_Definition_ipp9.xml
      	new file:   Code/Mantid/instrument/POLDI_Parameters_ipp10.xml
      	new file:   Code/Mantid/instrument/POLDI_Parameters_ipp11.xml
      	new file:   Code/Mantid/instrument/POLDI_Parameters_ipp12.xml
      	new file:   Code/Mantid/instrument/POLDI_Parameters_ipp13.xml
      	new file:   Code/Mantid/instrument/POLDI_Parameters_ipp9.xml
      
      Refs #100
      f15f2c05
  13. Jul 26, 2013
  14. Jul 25, 2013
    • Mark Koennecke's avatar
      Applied changes as suggested by Martyn Gigg · 675a3fb5
      Mark Koennecke authored
      Refs #100
      - Moved python algorithms tp PythonInterface/plugins/algorithms
      - Moved nexus dictionary file  to own directory nexusdictionaries
      - Renamed Transpose3D to SINQTranspose3D
      - Added new algorithm ViewBOA
      675a3fb5
  15. Jul 24, 2013
    • Mark Koennecke's avatar
      POLDI Data Analysis now working · 65d82dda
      Mark Koennecke authored
      Refs #100
      
      Some smalle fixes to make POLDI data analysis work. Mainly the removal of hard coded paths
      in python modules
      
      Removed obsolete POLDI analysis algorithms
      65d82dda
  16. Jul 22, 2013
    • Mark Koennecke's avatar
      Initial commit of SINQ additions to mantid from PSI · c8c30890
      Mark Koennecke authored
      Refs #100
      
      First commit of the code developed at PSI for Mantid. This includes:
      - Data analysis for the instrument POLDI
      - A LoadFlexiNexus algorithm for dictionary controller NeXus file laoding including
       python wrapper algorithms and dictionary files
      - Some smaller support algorithms
      c8c30890
Loading