Skip to content

Commit

Permalink
wiki keyword. Refs #8626
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Dec 27, 2013
1 parent 09e3f2f commit 262753e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
@@ -1,7 +1,7 @@
"""
"""*WIKI*
Sometimes the clocks controlling different sample environments or other experimental log values are not synchronized.
This algorithm attempts to make all (some) time series property logs start at the same time as the first time in the proton charge log.
"""
*WIKI*"""

import mantid.simpleapi
import mantid.api
Expand Down
@@ -1,8 +1,8 @@
"""
"""*WIKI*
Algorithm to mask detectors with scattering angles in a given interval (in degrees)
By default MinAngle=0, MaxAngle=180, so if no keywords are set, all detectors are going to be masked
Returns a list of detectors that were masked
"""
*WIKI*"""

import mantid.simpleapi
import mantid.kernel
Expand Down
@@ -1,4 +1,4 @@
"""
"""*WIKI*
Algorithm to mask detectors in particular banks, tube, or pixels. It applies to the following instruments only: ARCS, CNCS, HYSPEC, SEQUOIA.
If one of Bank, Tube, Pixel entries is left blank, it will apply to all elements of that type. For example:
Expand All @@ -9,7 +9,7 @@
Either the input workspace or the instrument must be set
"""
*WIKI*"""

import mantid.simpleapi
import mantid.api
Expand Down

0 comments on commit 262753e

Please sign in to comment.