Cleanup submodules structure
Submodules structure
Refactor our modules structure similarly to SciPy modules.
Main submodules are:
-
hotopy.holo(rename fromhotopy.phaseto be consistent to holo-tomo) including propagation (currently inhotopy.propagation) and reconstruction methods Existing helper routines should be placed in private submodules not meant exposed via the public API (e.g.hotopy.fourier). -
hotopy.tomofor tomographic projection and reconstruction (including ASTRA, tomoPy, CIL wrappers) -
hotopy.optimizereplacing thealgorithmsmodule. Mainly for internal use but should also allow general purpose use. -
hotopy.imagefor image manipulation helpers. -
hotopy.datasetsremains as is.
Edited by Jens Lucht