lamino

Provide laminography solvers and tooling.

tike.lamino.lamino.reconstruct(data, theta, tilt, algorithm, obj=None, num_iter=1, rtol=- 1, eps=0.001, num_gpu=1, **kwargs)[source]

Solve the Laminography problem using the given algorithm.

Parameters
  • algorithm (string) – The name of one algorithms from lamino.solvers.

  • rtol (float) – Terminate early if the relative decrease of the cost function is less than this amount.

tike.lamino.lamino.simulate(obj, theta, tilt, **kwargs)[source]

Return complex values of simulated laminography data.