isosegdenoise.Executable ======================== .. py:module:: isosegdenoise.Executable .. autoapi-nested-parse:: This is the file containing the launch point for the isoSegDenoise GUI Functions --------- .. autoapisummary:: isosegdenoise.Executable.run_GUI Module Contents --------------- .. py:function:: run_GUI(directory: str = directory_in, resolutions: tuple[float, float] = resolutions_in) -> None This is the function that launches the GUI. It can receive a directory and resolutions (list of two floats, for X / Y resolutions in micrometers / pixel) in order to directly load a folder, instead of needing to load the folder inside the GUI itself.