Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

FBP reconstruction 4D multichannel data #91

Description

@epapoutsellis

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions