This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 20, 2015
-
-
Savici, Andrei T. authored
-
- Feb 18, 2015
-
-
Savici, Andrei T. authored
-
- Aug 20, 2014
-
-
Peterson, Peter authored
-
- Jun 06, 2014
-
-
Michael Wedel authored
Unit tests had to be adjusted because of element ordering. While looking at the file, made some performance improvements.
-
- Jun 03, 2014
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- May 29, 2014
-
-
Jay Rainey authored
-
- Apr 01, 2014
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Mar 06, 2014
-
-
Karl Palmen authored
Also correct spelling in CopyLogs.cpp . Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Feb 17, 2014
-
-
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).
-
- Oct 28, 2013
-
-
Gigg, Martyn Anthony authored
Now that they are within mantid the prefix seems redundant. Refs #7505
-
Gigg, Martyn Anthony authored
Changes to the output workspace properties to work in the more standard way that Mantid works with them. Refs #7505
-
- Oct 18, 2013
-
-
Gigg, Martyn Anthony authored
Refs #7505
-
Gigg, Martyn Anthony authored
Refs #7505
-
- Jul 30, 2013
-
-
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
-
- Jul 26, 2013
-
-
Mark Koennecke authored
Refs #100
-
- Jul 25, 2013
-
-
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
-
- Jul 24, 2013
-
-
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
-
- Jul 22, 2013
-
-
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
-