Skip to content

Commit

Permalink
doc: the calibration is applied on the in/out workspace, re #12609
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Jun 26, 2015
1 parent 5f3f789 commit 487534c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def summary(self):

def PyInit(self):
self.declareProperty(MatrixWorkspaceProperty("Workspace", "", Direction.InOut),
"Workspace with the calibration run to use.")
"Workspace with the calibration run to use. The calibration will applied on it.")

self.declareProperty(ITableWorkspaceProperty("DetectorPositions", "", Direction.Output),\
"A table with the detector IDs and calibrated detector positions and additional "
Expand Down

0 comments on commit 487534c

Please sign in to comment.