Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tomotools
tomoscan
Commits
73d740b2
Commit
73d740b2
authored
Mar 30, 2020
by
Pierre Paleo
Browse files
Propagate scene kwarg
parent
07026773
Changes
1
Hide whitespace changes
Inline
Side-by-side
tomoscan/esrf/mock.py
View file @
73d740b2
...
...
@@ -157,7 +157,7 @@ class MockHDF5(_ScanMock):
def
__init__
(
self
,
scan_path
,
n_proj
,
n_ini_proj
=
None
,
n_alignement_proj
=
0
,
scan_range
=
360
,
n_recons
=
0
,
n_pag_recons
=
0
,
recons_vol
=
False
,
dim
=
200
,
create_ini_dark
=
True
,
create_ini_ref
=
True
,
create_final_ref
=
False
,
n_refs
=
10
):
create_final_ref
=
False
,
n_refs
=
10
,
scene
=
'noise'
):
"""
:param scan_path: directory of the file containing the hdf5 acquisition
...
...
Write
Preview
Markdown
is supported
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