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
d6b04ec0
Commit
d6b04ec0
authored
Nov 06, 2020
by
Pierre Paleo
Browse files
[edftomoscan] Add ignored_projection parameter
parent
ebb28308
Changes
1
Hide whitespace changes
Inline
Side-by-side
tomoscan/esrf/edfscan.py
View file @
d6b04ec0
...
...
@@ -71,8 +71,15 @@ class EDFTomoScan(TomoScanBase):
_SCHEME
=
"fabio"
def
__init__
(
self
,
scan
:
Union
[
str
,
None
],
n_frames
:
Union
[
int
,
None
]
=
None
):
TomoScanBase
.
__init__
(
self
,
scan
=
scan
,
type_
=
self
.
_TYPE
)
def
__init__
(
self
,
scan
:
Union
[
str
,
None
],
n_frames
:
Union
[
int
,
None
]
=
None
,
ignore_projections
:
Union
[
None
,
str
]
=
None
,
):
TomoScanBase
.
__init__
(
self
,
scan
=
scan
,
type_
=
self
.
_TYPE
,
ignore_projections
=
ignore_projections
)
# data caches
self
.
_darks
=
None
...
...
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