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
9dff9a32
Commit
9dff9a32
authored
Feb 14, 2019
by
Whitfield, Ross
Browse files
Update IPTS-21442/make_4D_temp.py
parent
87096bbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
IPTS-21442/make_4D_temp.py
View file @
9dff9a32
...
...
@@ -21,5 +21,10 @@ for n, t in enumerate(range(5,30)):
signal
[:,:,:,
n
]
=
mtd
[
'{}K'
.
format
(
t
)].
getSignalArray
()
output
.
setSignalArray
(
signal
)
SaveMD
(
output
,
'/SNS/users/rwp/wand/IPTS-21442/skyrmion_4D.nxs'
)
SaveMDWorkspaceToVTK
(
'output'
,
'/SNS/users/rwp/wand/IPTS-21442/skyrmion_4D.vts'
)
SliceMDHisto
(
InputWorkspace
=
'output'
,
Start
=
'10,10,10,0'
,
End
=
'51,51,11,25'
,
OutputWorkspace
=
'slice'
)
SaveMD
(
'slice'
,
'/SNS/users/rwp/wand/IPTS-21442/skyrmion_3D.nxs'
)
SaveMDWorkspaceToVTK
(
'slice'
,
'/SNS/users/rwp/wand/IPTS-21442/skyrmion_3D.vts'
)
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