Skip to content

Commit

Permalink
re #6669 Minor formatiing improvement to wiki text
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed May 17, 2013
1 parent 1ca17a8 commit 37225d5
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
Creates a table workspace of the average values of log values against the run number.
There are special cases for:
* beamlog_(counts, frames, etc): last few points end up in next run's log. Find Maximum.
* comment (separate function)
* time series, take average for t>0 (if available)
* beamlog_(counts, frames, etc): last few points end up in next run's log. Find Maximum.
* comment (separate function)
* time series, take average for t>0 (if available)
It should:
# Load any file type that [[Load]] can handle.
# Not crash with multiperiod data - although values will be from period 1
# Handle gaps in the file structure (although this can be slow over a network if you choose a range of 100s)
# Load only a single spectra of the data (if the file loader supports this).
# Print out the list of acceptable log names if one is entered incorrectly.
# Use a hidden workspace for the temporary loaded workspaces, and clean up after itself.
# Load any file type that [[Load]] can handle.
# Not crash with multiperiod data - although values will be from period 1
# Handle gaps in the file structure (although this can be slow over a network if you choose a range of 100s)
# Load only a single spectra of the data (if the file loader supports this).
# Print out the list of acceptable log names if one is entered incorrectly.
# Use a hidden workspace for the temporary loaded workspaces, and clean up after itself.
*WIKI*"""

import time
Expand Down

0 comments on commit 37225d5

Please sign in to comment.