Skip to content

Extending tike with custom operators

Daniel Ching edited this page Dec 10, 2020 · 2 revisions

The modular design of tike makes it easy to swap out the Operators for a different implementation. These operators include the forward and adjoint tomography, alignment, and ptychography operations. Want to use core operators based on your own implementation? Just follow these steps:

  1. Create a Python interface for your operators matching the Tomo and Ptycho Operators.
Clone this wiki locally