Description
Image geometry's get_slice method returns a 2D shape if slicing on 3D data
To be able to reconstruct with ASTRA or Tigre, plugins or CIL's reocn module we require a 3D Image Geometry
Either:
- update get_slice to return a 3D Image geometry with size 1 on the slicing axis
OR:
- update the astra and tigre FBP to sort out the sizing issue
Environment
import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)