---------- Holo Class ---------- The ``Holo`` class is the preferred way to access the core functionality of PyHoloscope. The class is generally used by setting various parameters, either by passing them at instantiation or by calling methods, and then by calling the ``process`` method to process each raw hologram. Examples are provided of `Inline Holography `_ and `Off-Axis Holography `_ in the Github repository. Also see the `Inline Holography `_ and `Off-Axis Holography `_ getting started pages. .. autoclass:: pyholoscope.Holo :members: .. automethod:: __init__