- etspy.recon.run_alg(sino: ndarray, iters: int, cfg: dict, vol_geom: dict, proj_geom: dict) ndarray [source]
Run CPU-based FBP, SIRT, or SART reconstruction algorithm using dask.
- Parameters:¶
- sino: ndarray¶
Sinogram of shape (nangles, ny)
- iters: int¶
Number of iterations for the reconstruction
- cfg: dict¶
ASTRA algorithm configuration, as described for each of the algorithms present in the ASTRA docs (Algorithms)
- vol_geom: dict¶
ASTRA volume geometry, as described in the ASTRA docs (Toolbox concepts)
- proj_geom: dict¶
ASTRA projection geometry, as described in the ASTRA docs (Toolbox concepts)
- Returns:¶
Reconstruction of input sinogram
- Return type:¶