Skip to content
Snippets Groups Projects
Commit f4feb5c0 authored by Tom Titcombe's avatar Tom Titcombe
Browse files

Remove MoveWorkspace as enabled property in SANSLoad

Refs #0
parent e33e07d7
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ class SANSLoad(ParallelDataProcessorAlgorithm):
doc="Checks if there are loaded files available. If they are, those files are used.")
# Beam coordinates if an initial move of the workspace is requested
enabled_condition = EnabledWhenProperty("MoveWorkspace", PropertyCriterion.IsNotDefault)
self.declareProperty(FloatArrayProperty(name='BeamCoordinates', values=[]),
doc='The coordinates which is used to position the instrument component(s). '
'If the workspaces should be loaded with an initial move, then this '
......@@ -52,8 +51,6 @@ class SANSLoad(ParallelDataProcessorAlgorithm):
doc='Component that should be moved. '
'If the workspaces should be loaded with an initial move, then this '
'needs to be specified.')
self.setPropertySettings("BeamCoordinates", enabled_condition)
self.setPropertySettings("Component", enabled_condition)
# ------------
# OUTPUT
......
......@@ -83,8 +83,8 @@ The *UseCached* setting will look for appropriate workspaces on the *AnalysisDat
Move a workspace
~~~~~~~~~~~~~~~~
It is possible to perform an initial, instrument-specific move of the selected component. Currently this move mechanism is implemented for **SANS2D**, **LOQ** and **LARMOR**. Other instruments will not be moved.
If *MoveWorkspace* is selected, then a component and a beam position needs to be selected.
The algorithm perform an initial, instrument-specific move of the selected component. Currently this move mechanism is implemented for **SANS2D**, **LOQ** and **LARMOR**. Other instruments will not be moved.
When moving a workspace a component and a beam position.
.. categories::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment