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
tomotools
tomoscan
Commits
f818fa79
Commit
f818fa79
authored
Nov 06, 2020
by
Pierre Paleo
Browse files
[edftomoscan] Add ignored_projection handling
parent
a23cd1c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tomoscan/esrf/edfscan.py
View file @
f818fa79
...
...
@@ -269,6 +269,9 @@ class EDFTomoScan(TomoScanBase):
else
:
self
.
_projections
=
all_projections
self
.
_alignment_projections
=
{}
if
self
.
_ignored_projections
is
not
None
:
for
idx
in
self
.
_ignored_projections
:
self
.
_projections
.
pop
(
idx
,
None
)
self
.
_darks
=
EDFTomoScan
.
get_darks_url
(
self
.
path
)
self
.
_flats
=
EDFTomoScan
.
get_refs_url
(
self
.
path
)
...
...
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