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
36246a3a
Commit
36246a3a
authored
Oct 24, 2018
by
Whitfield, Ross
Browse files
Update omega_scan/.#peaks_to_detID_omega.py omega_scan/peaks_to_detID_omega.py
parent
9dddbcc8
Changes
2
Show whitespace changes
Inline
Side-by-side
omega_scan/.#peaks_to_detID_omega.py
0 → 120000
View file @
36246a3a
rwp
@
diffuse
.
2762
:
1540218528
\ No newline at end of file
omega_scan/peaks_to_detID_omega.py
0 → 100644
View file @
36246a3a
from
mantid.simpleapi
import
LoadNexus
peaks
=
LoadNexus
(
'peaks.nxs'
)
for
p
in
range
(
peaks
.
getNumberPeaks
()):
peak
=
peaks
.
getPeak
(
p
)
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