I am trying to do FBP for 3D+channel data and get this error ```python 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](https://github.com/vais-ral/CCPi-astra/blob/master/Wrappers/Python/cil/plugins/astra/processors/FBP.py#L70).
I am trying to do FBP for 3D+channel data and get this error
See here.