API Reference
=============

This page contains the autodocumented API for the primary alexandria modules.

.. automodule:: alexandria
    :members:
    :undoc-members:
    :show-inheritance:

Analyzers
---------

.. automodule:: alexandria.analyzers.uniformity
    :members:

.. automodule:: alexandria.analyzers.detailed_uniformity
    :members:

.. automodule:: alexandria.analyzers.high_contrast
    :members:

.. automodule:: alexandria.analyzers.ctp401
    :members:

.. automodule:: alexandria.analyzers.ctp404
    :members:

.. automodule:: alexandria.analyzers.ctp515
    :members:

Wrappers
--------

.. automodule:: alexandria.wrappers.uniformity_wrapper
    :members:

.. automodule:: alexandria.wrappers.high_contrast_wrapper
    :members:

.. automodule:: alexandria.wrappers.ctp401_wrapper
    :members:

.. automodule:: alexandria.wrappers.ctp404_wrapper
    :members:

.. automodule:: alexandria.wrappers.ctp515_wrapper
    :members:

Plotters
--------

.. automodule:: alexandria.plotters.uniformity_plotter
    :members:

.. automodule:: alexandria.plotters.detailed_uniformity_plotter
    :members:

.. automodule:: alexandria.plotters.high_contrast_plotter
    :members:

.. automodule:: alexandria.plotters.ctp401_plotter
    :members:

.. automodule:: alexandria.plotters.ctp404_plotter
    :members:

.. automodule:: alexandria.plotters.ctp515_plotter
    :members:

Utilities
---------

.. automodule:: alexandria.utils.image_processing
    :members:

.. automodule:: alexandria.utils.geometry
    :members:
