Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a tomographic backprojection module #111

Open
fredericpoitevin opened this issue May 6, 2022 · 0 comments
Open

Implement a tomographic backprojection module #111

fredericpoitevin opened this issue May 6, 2022 · 0 comments

Comments

@fredericpoitevin
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant