Skip to content

Commit

Permalink
similar table structures
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Doornbos committed Oct 11, 2024
1 parent 1314648 commit a33450d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ OpenWFS comes with a number of wavefront shaping algorithms already implemented,
.. list-table::
:widths: 30 70

* - :class:`algorithms.FourierDualReference`
* - algorithms.FourierDualReference
- A dual reference algorithm that uses plane waves from a disk in k-space for wavefront shaping :cite:`Mastiani2022`.
* - :class:`algorithms.DualReference`
* - algorithms.DualReference
- A generic dual reference algorithm with a configurable basis set :cite:`Cox2024`.
* - :class:`algorithms.SimpleGenetic`
* - algorithms.SimpleGenetic
- A simple genetic algorithm for optimiziang wavefronts :cite:`Piestun2012`.
* - :class:`algorithms.StepwiseSequential`
* - algorithms.StepwiseSequential
- A simplified version of the original wavefront shaping algorithm :cite:`Vellekoop2007`, with pre-optimization omitted.

All algorithms are designed to be completely hardware-agnostic, so that the exact same code can be used with any type of feedback signal on real or simulated hardware. All algorithms except the :class:`~.SimpleGenetic` algorithm provide support for optimizing multiple targets simulaneously in a single run of the algorithm.
Expand Down

0 comments on commit a33450d

Please sign in to comment.