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
tomotools
tomoscan
Commits
ed419cd3
Commit
ed419cd3
authored
Jun 04, 2020
by
payno
Browse files
[edfscan] add get_range function
parent
b2614888
Pipeline
#26703
passed with stages
in 4 minutes and 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tomoscan/esrf/edfscan.py
View file @
ed419cd3
...
...
@@ -661,3 +661,9 @@ class EDFTomoScan(TomoScanBase):
return
info
return
None
def
get_range
(
self
):
if
self
.
path
is
not
None
:
return
self
.
get_scan_range
(
self
.
path
)
else
:
return
None
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