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
Nabu
Commits
fc8c020b
Commit
fc8c020b
authored
Jan 11, 2022
by
Pierre Paleo
Browse files
Start factoring reconstructor base class
parent
b40cfd2f
Pipeline
#65166
passed with stage
in 6 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/pipeline/fullfield/local_reconstruction.py
View file @
fc8c020b
...
@@ -28,6 +28,18 @@ def variable_idxlen_sort(fname):
...
@@ -28,6 +28,18 @@ def variable_idxlen_sort(fname):
return
int
(
fname
.
split
(
"_"
)[
-
1
].
split
(
"."
)[
0
])
return
int
(
fname
.
split
(
"_"
)[
-
1
].
split
(
"."
)[
0
])
class
Reconstructor
:
"""
Base class for "reconstructors"
"""
class
ChunkedReconstructor
:
class
ChunkedReconstructor
:
"""
"""
A class for doing full-volume reconstructions.
A class for doing full-volume reconstructions.
...
...
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