Skip to content
GitLab
Menu
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
c73b8b2d
Commit
c73b8b2d
authored
Mar 26, 2021
by
payno
Browse files
[hdf5scan] add a link to the implementation done in TomoScanBase to keep a direct pointer to it
parent
2ae1e4da
Changes
1
Show whitespace changes
Inline
Side-by-side
tomoscan/esrf/hdf5scan.py
View file @
c73b8b2d
...
...
@@ -878,6 +878,12 @@ class HDF5TomoScan(TomoScanBase):
else
:
return
None
def
_get_sinogram_ref_imp
(
self
,
line
,
subsampling
=
1
):
"""call the reference implementation of get_sinogram.
Used for unit test and insure the result is the same as get_sinogram
"""
return
TomoScanBase
.
get_sinogram
(
self
,
line
=
line
,
subsampling
=
subsampling
)
@
property
def
projections_compacted
(
self
):
"""
...
...
Write
Preview
Supports
Markdown
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