From 15654971b53284ba844bf24b7726e916fd548ed2 Mon Sep 17 00:00:00 2001 From: Wenduo Zhou Date: Wed, 23 Apr 2014 15:17:09 -0400 Subject: [PATCH] Update wiki. Refs #9212. --- .../plugins/algorithms/ExportExperimentLog.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/ExportExperimentLog.py b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/ExportExperimentLog.py index f08a4553dcfb..0f93ab57718e 100644 --- a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/ExportExperimentLog.py +++ b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/ExportExperimentLog.py @@ -1,7 +1,5 @@ """*WIKI* -(20 min) - Algorithm ExportExperimentLog obtains run information, sample information and sample log information from a MatrixWorkspace and write them to a csv file. @@ -32,6 +30,9 @@ * "sum": summation of TimeSeriesProperty's values; * "0": first value of TimeSeriesProperty's value. +If the type of a sample log is string and in fact it is a string for time, then there will an option as +* "localtime": convert the time from UTC (default) to local time + Otherwise, there is no operation required. For example, log 'duration' or 'run_number' does not have any operation on its value. An empty string will serve for them in property 'SampleLogOperation'. == File format ==