httomo.loaders.make_loader#
- httomo.loaders.make_loader(repo: MethodRepository, module_path: str, method_name: str, in_file: Path, data_path: str, image_key_path: str | None, angles: RawAngles | UserDefinedAngles, darks: DarksFlatsFileConfig, flats: DarksFlatsFileConfig, preview: PreviewConfig, comm: mpi4py.MPI.Comm) LoaderInterface [source]#
Factory function for creating implementors of LoaderInterface.
Notes
Currently, only StandardLoaderWrapper is supported (and thus only StandardTomoLoader is supported). Supporting other loaders is a topic that still needs to be explored.
See also
standard_tomo_loader.StandardLoaderWrapper
The only supported loader-wrapper
standard_tomo_loader.StandardTomoLoader
The only supported loader