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
7db9d858
Commit
7db9d858
authored
Nov 21, 2018
by
Thomas Vincent
Browse files
remove unused methods
parent
d92952f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
xsocs/io/FitH5.py
View file @
7db9d858
...
...
@@ -170,24 +170,6 @@ class FitH5(XsocsH5Base):
return
(
self
.
_get_array_data
(
self
.
_SCAN_X_PATH
.
format
(
entry
=
entry
)),
self
.
_get_array_data
(
self
.
_SCAN_Y_PATH
.
format
(
entry
=
entry
)))
def
scan_x
(
self
,
entry
):
"""Return the sample points coordinates along x for the given entry.
:param str entry:
:rtype: numpy.ndarray
"""
dset_path
=
self
.
_SCAN_X_PATH
.
format
(
entry
=
entry
)
return
self
.
_get_array_data
(
dset_path
)
def
scan_y
(
self
,
entry
):
"""Return the sample points coordinates along y for the given entry.
:param str entry:
:rtype: numpy.ndarray
"""
dset_path
=
self
.
_SCAN_Y_PATH
.
format
(
entry
=
entry
)
return
self
.
_get_array_data
(
dset_path
)
def
get_qx
(
self
,
entry
):
"""Returns the axis values for qx for the given entry.
...
...
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