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
1de0f5fa
Commit
1de0f5fa
authored
Mar 03, 2020
by
Pierre Paleo
Browse files
[hdf5tomoscan] fix: is_control_frame
parent
0c4b1414
Pipeline
#22403
failed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tomoscan/esrf/hdf5scan.py
View file @
1de0f5fa
...
...
@@ -563,7 +563,7 @@ class HDF5TomoScan(TomoScanBase):
ldelta_angle
=
delta_angle
,
return_already_reach
=
return_already_reach
)
is_control_frame
=
return_already_reach
frame
.
is_control_frame
=
is_control_frame
frame
.
_
is_control_frame
=
is_control_frame
self
.
_frames
.
append
(
frame
)
last_proj_frame
=
frame
self
.
_frames
=
tuple
(
self
.
_frames
)
...
...
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