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
bd03e214
Commit
bd03e214
authored
Apr 20, 2020
by
Pierre Paleo
Browse files
Fix uninitialized magnified_size
parent
3ffd534e
Pipeline
#24740
passed with stages
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tomoscan/esrf/hdf5scan.py
View file @
bd03e214
...
...
@@ -158,6 +158,8 @@ class HDF5TomoScan(TomoScanBase):
# image dimensions
self
.
_x_pixel_size
=
None
self
.
_y_pixel_size
=
None
self
.
_x_magnified_pixel_size
=
None
self
.
_y_magnified_pixel_size
=
None
# pixel dimensions (tuple)
self
.
_frames
=
None
self
.
_image_keys
=
None
...
...
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