I am trying to do FBP for 3D+channel data and get this error
70 if sinogram_geometry.channels > 1:
---> 71 raise NotImplementedError("Cannot process multi-channel data")
72 #processor_full = ChannelwiseProcessor(processor, self.sinogram_geometry.channels, dimension='prepend')
73 #self.processor = operator_full
NotImplementedError: Cannot process multi-channel data
See here.