Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Kluyver
Pycrystfel
Commits
6196b0aa
Commit
6196b0aa
authored
Jan 08, 2021
by
Thomas Kluyver
Browse files
Print intensities as well
parent
d5308655
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycrystfel/bindings.pyx
View file @
6196b0aa
...
...
@@ -45,4 +45,4 @@ def find_peaks_single_panel(cnp.ndarray[cnp.npy_float, ndim=2] data, str geom_fi
for
i
in
range
(
min
(
10
,
npeaks
)):
peak
=
crystfel
.
image_get_feature
(
image
.
features
,
i
)
print
(
f
"Peak
{
i
}
: (
{
peak
.
ss
}
,
{
peak
.
fs
}
)"
)
print
(
f
"Peak
{
i
}
: (
{
peak
.
ss
}
,
{
peak
.
fs
}
)
\t
Intensity=
{
peak
.
intensity
}
"
)
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