Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XRD
darfix
Commits
93ec127f
Commit
93ec127f
authored
Jul 07, 2021
by
Julia Garriga Ferrer
Browse files
[core][imageregistration] Fix typo with steps
parent
549ee07d
Pipeline
#50058
passed with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
darfix/core/imageRegistration.py
View file @
93ec127f
...
...
@@ -26,7 +26,7 @@
__authors__
=
[
"J. Garriga"
]
__license__
=
"MIT"
__date__
=
"
1
7/0
6
/2021"
__date__
=
"
0
7/0
7
/2021"
import
enum
...
...
@@ -193,7 +193,7 @@ def improve_linear_shift(data, v, h, epsilon, steps, nimages=None, shift_approac
score
=
{}
utils
.
advancement_display
(
0
,
h
+
epsilon
,
"Finding shift"
)
step
=
2
*
epsilon
/
steps
step
=
epsilon
/
steps
for
h_
in
numpy
.
arange
(
0
,
h
+
epsilon
,
step
):
result
=
numpy
.
zeros
(
data
[
0
].
shape
)
for
iFrame
in
iData
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment