Skip to content

Implement a tomographic backprojection module #111

@fredericpoitevin

Description

@fredericpoitevin

What?

Forward model:
Given a volume V and N simulation_parameters, use the linear simulator to simulate images:
X = simulate(V, simulation_parameters)

Backprojection:
Given images {X} and simulation_parameters, reconstruct the starting volume:
V = \sum_i back_project(X[i], simulation_parameters[i]).

Why?

  • Useful to "close the simulation loop", for testing.
  • Could be used as a diagnostic for validation, benchmark.

Where?

How?

TBD

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions