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
Nabu
Commits
a0cd20d2
Commit
a0cd20d2
authored
May 03, 2021
by
payno
Committed by
Pierre Paleo
May 19, 2021
Browse files
update call to tomo_n because about to change in tomoscan
parent
52f2fecf
Pipeline
#47014
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/resources/dataset_analyzer.py
View file @
a0cd20d2
...
...
@@ -167,7 +167,7 @@ class DatasetAnalyzer(object):
return
# Extraneous projections are assumed to be on the end
projs_indices
=
sorted
(
self
.
projections
.
keys
())
used_radios_range
=
range
(
projs_indices
[
0
],
self
.
dataset_scanner
.
tomo_n
)
used_radios_range
=
range
(
projs_indices
[
0
],
len
(
self
.
projections
)
)
radios_not_used
=
[]
for
idx
in
self
.
projections
.
keys
():
if
idx
not
in
used_radios_range
:
...
...
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