======= Summary ======= The ``preprocessor_gui.py`` provides a graphical user interface for common preprocessing operations such as filtering or the creation of masks for template matching. You can launch it via: .. code-block:: bash preprocessor_gui.py Users that aim to perform these operations programmatically can do so via :py:class:`Density `, :py:class:`Preprocessor `, and :py:meth:`create_mask `.