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
kmap
xsocs
Commits
1f0b1f5d
Commit
1f0b1f5d
authored
Nov 22, 2018
by
Thomas Vincent
Browse files
minor fix and clean-up
parent
66c3a240
Changes
2
Hide whitespace changes
Inline
Side-by-side
xsocs/gui/process/FitWidget.py
View file @
1f0b1f5d
...
...
@@ -114,8 +114,6 @@ class FitWidget(Qt.QWidget):
Argument is the name of the file containing the results.
"""
__PROGRESS_DELAY
=
500
def
__init__
(
self
,
qspaceFile
,
**
kwargs
):
super
(
FitWidget
,
self
).
__init__
(
**
kwargs
)
...
...
xsocs/io/FitH5.py
View file @
1f0b1f5d
...
...
@@ -242,7 +242,7 @@ class FitH5(XsocsH5Base):
col_idx
=
2
for
process
in
processes
:
result_names
=
self
.
get_result_names
(
entry
,
process
)
for
axis
in
range
(
self
.
get_qspace_dimension_names
(
entry
)):
for
axis
in
range
(
len
(
self
.
get_qspace_dimension_names
(
entry
))
)
:
for
result_name
in
result_names
:
results
[:,
col_idx
]
=
self
.
get_axis_result
(
entry
,
process
,
result_name
,
axis
)
...
...
Write
Preview
Supports
Markdown
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