Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Whitfield, Ross
wand
Commits
bf5c1907
Commit
bf5c1907
authored
Jan 02, 2019
by
Whitfield, Ross
Browse files
Update save_multiple_powder.py
parent
cb27fc4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
save_multiple_powder.py
View file @
bf5c1907
...
...
@@ -14,3 +14,9 @@ for ws in grp:
for
ws
in
grp
:
SaveFocusedXYE
(
ws
,
SplitFiles
=
False
,
IncludeHeader
=
False
,
Filename
=
'{}-{}.xye'
.
format
(
ws
.
getRunNumber
(),
ws
.
getTitle
()))
# Save by average log value
logName
=
"HB2C:SE:SampleTemp"
for
ws
in
grp
:
SaveFocusedXYE
(
ws
,
SplitFiles
=
False
,
IncludeHeader
=
False
,
Filename
=
'{}-{}.xye'
.
format
(
ws
.
getRunNumber
(),
ws
.
getRun
().
getLogData
(
logName
).
timeAverageValue
()))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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