Restructure sub-modules
1 unresolved thread
1 unresolved thread
Compare changes
Files
17+ 27
− 18
@@ -27,7 +27,7 @@ Example:
@@ -36,18 +36,27 @@ Example:
See #37 (closed) for details.
The following sub-modules remain:
hotopy.holo
(former hotopy.phase
merged with hotopy.propagation
)hotopy.tomo
(merge of hotopy.tomo
and hotopy.astra
)hotopy.image
hotopy.datasets
hotopy.utils
(merge of hotopy.fourier
, hotopy.xray
, hotopy.utils
, hotopy.io
)(Most) Sub-modules allow convenient imports from their respective top-level, e.g. from hotopy.image import GaussianBlur
, from hotopy.holo import simulate_hologram
etc.
Closes #37 (closed).