Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
f3bb4280
Commit
f3bb4280
authored
14 years ago
by
Doucet, Mathieu
Browse files
Options
Downloads
Patches
Plain Diff
Fixed input workspace. Now has dropdown menu. Re #2019
parent
52104323
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/Mantid/PythonAPI/PythonAlgorithms/EQSANSTofOffset.py
+1
-1
1 addition, 1 deletion
Code/Mantid/PythonAPI/PythonAlgorithms/EQSANSTofOffset.py
Code/Mantid/PythonAPI/PythonAlgorithms/EQSANSTransmission.py
+1
-1
1 addition, 1 deletion
Code/Mantid/PythonAPI/PythonAlgorithms/EQSANSTransmission.py
with
2 additions
and
2 deletions
Code/Mantid/PythonAPI/PythonAlgorithms/EQSANSTofOffset.py
+
1
−
1
View file @
f3bb4280
...
@@ -24,7 +24,7 @@ class EQSANSTofOffset(PythonAlgorithm):
...
@@ -24,7 +24,7 @@ class EQSANSTofOffset(PythonAlgorithm):
return
"
EQSANSTofOffset
"
return
"
EQSANSTofOffset
"
def
PyInit
(
self
):
def
PyInit
(
self
):
self
.
declareProperty
(
"
InputWorkspace
"
,
""
)
self
.
declare
Workspace
Property
(
"
InputWorkspace
"
,
""
,
Direction
.
Input
)
self
.
declareProperty
(
"
FrameSkipping
"
,
False
)
self
.
declareProperty
(
"
FrameSkipping
"
,
False
)
self
.
declareProperty
(
"
Offset
"
,
0.0
,
Direction
=
Direction
.
Output
)
self
.
declareProperty
(
"
Offset
"
,
0.0
,
Direction
=
Direction
.
Output
)
...
...
This diff is collapsed.
Click to expand it.
Code/Mantid/PythonAPI/PythonAlgorithms/EQSANSTransmission.py
+
1
−
1
View file @
f3bb4280
...
@@ -40,7 +40,7 @@ class EQSANSTransmission(PythonAlgorithm):
...
@@ -40,7 +40,7 @@ class EQSANSTransmission(PythonAlgorithm):
def
PyInit
(
self
):
def
PyInit
(
self
):
# Input workspace
# Input workspace
self
.
declareProperty
(
"
InputWorkspace
"
,
""
)
self
.
declare
Workspace
Property
(
"
InputWorkspace
"
,
""
,
Direction
.
Input
)
# Output workspace to put the transmission histo into
# Output workspace to put the transmission histo into
self
.
declareProperty
(
"
OutputWorkspace
"
,
""
)
self
.
declareProperty
(
"
OutputWorkspace
"
,
""
)
# X position of the beam center
# X position of the beam center
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment