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
6ea94cda
Commit
6ea94cda
authored
7 years ago
by
Joseph Ramsay
Browse files
Options
Downloads
Patches
Plain Diff
Re #20603 Added docstring for generate_vanadium_name
parent
c14c0b50
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Diffraction/isis_powder/routines/common.py
+6
-0
6 additions, 0 deletions
scripts/Diffraction/isis_powder/routines/common.py
with
6 additions
and
0 deletions
scripts/Diffraction/isis_powder/routines/common.py
+
6
−
0
View file @
6ea94cda
...
...
@@ -149,6 +149,12 @@ def generate_run_numbers(run_number_string):
def
_generate_vanadium_name
(
vanadium_string
,
is_spline
,
*
args
):
"""
:param vanadium_string: The number of the run being processed
:param is_spline: True if the workspace to save out is a spline
:param args: Any other strings to append to the filename
:return: A filename for the vanadium
"""
out_name
=
'
Van
'
if
is_spline
:
out_name
+=
'
Splined
'
...
...
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