Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
c04f7010
Unverified
Commit
c04f7010
authored
Oct 03, 2018
by
Owen Arnold
Committed by
GitHub
Oct 03, 2018
Browse files
Update in-alg documentation
Does not write to multiple file formats.
parent
3712c0a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/PythonInterface/plugins/algorithms/ExportGeometry.py
View file @
c04f7010
...
...
@@ -53,7 +53,7 @@ class ExportGeometry(PythonAlgorithm):
return
"ExportGeometry"
def
summary
(
self
):
return
"Extract
geometry into a variety of file formats
"
return
"Extract
components from larger in-memory instrument, save as IDF style xml
"
def
PyInit
(
self
):
self
.
declareProperty
(
WorkspaceProperty
(
"InputWorkspace"
,
""
,
...
...
@@ -67,7 +67,7 @@ class ExportGeometry(PythonAlgorithm):
doc
=
"Euler angles convention used when writing angles."
)
self
.
declareProperty
(
StringArrayProperty
(
"Components"
,
direction
=
Direction
.
Input
),
doc
=
"Comma separated list of instrument components to export"
)
doc
=
"Comma separated list of instrument component
name
s to export"
)
self
.
declareProperty
(
FileProperty
(
name
=
"Filename"
,
defaultValue
=
""
,
action
=
FileAction
.
Save
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment