Skip to content

Commit

Permalink
Update wiki. Refs #9212.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 23, 2014
1 parent 371f79d commit 1565497
Showing 1 changed file with 3 additions and 2 deletions.
@@ -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.
Expand Down Expand Up @@ -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 ==
Expand Down

0 comments on commit 1565497

Please sign in to comment.