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:
preprocessor_gui.py
Users that aim to perform these operations programmatically can do so via Density
, Preprocessor
, and create_mask
.