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
67f8b967
Commit
67f8b967
authored
Aug 10, 2021
by
Julia Garriga Ferrer
Browse files
[gui][rsm] Pass kind as parameter when computing transformation
parent
48670484
Changes
1
Hide whitespace changes
Inline
Side-by-side
darfix/gui/rsmWidget.py
View file @
67f8b967
...
...
@@ -109,5 +109,6 @@ class RSMWidget(qt.QMainWindow):
self
.
_pixelSize
=
self
.
_pixelSizeCB
.
currentText
()
self
.
_rotate
=
self
.
_rotateCB
.
isChecked
()
self
.
dataset
.
compute_transformation
(
PixelSize
[
self
.
_pixelSize
].
value
,
self
.
_rotate
)
kind
=
"rsm"
,
rotate
=
self
.
_rotate
)
self
.
sigComputed
.
emit
()
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