Skip to content

Commit

Permalink
refs #5532. Wiki docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Aug 3, 2012
1 parent 3490589 commit b176d69
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Code/Mantid/Framework/PythonAPI/PythonAlgorithms/Stitch1D.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
"""*WIKI*
Performs 1D stitching of Reflectometry 2D MDHistoWorkspaces.
Performs 1D stitching of Reflectometry 2D MDHistoWorkspaces. Based on the Quick script developed at ISIS. This only works on 1D Histogrammed MD Workspaces.
Scales either the LHS or RHS workspace by some scale factor which, can be manually specified, or calculated from the overlap.
Calculates the weighted mean values in the overlap region and then combines the overlap region with the difference of the LHS and RHS workspaces
*WIKI*"""

"""
import mantid.simpleapi as api

from mantid.api import *
Expand Down

0 comments on commit b176d69

Please sign in to comment.