align

Provide alignment solvers and tooling.

tike.align.align.invert(original, **kwargs)[source]

Return original shifted by shift.

tike.align.align.reconstruct(original, unaligned, algorithm, num_iter=1, rtol=- 1, **kwargs)[source]

Solve the alignment problem; returning either the original or the shift.

Parameters
  • unaligned, original ((…, H, W) complex64) – The images to be aligned.

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

tike.align.align.simulate(original, **kwargs)[source]

Return original shifted by shift.