jmetz / mmhelper

Beta release of mother machine analysis framework
MIT License
0 stars 1 forks source link

Add debugging output as an option in GUI interface #3

Open jmetz opened 4 years ago

jmetz commented 4 years ago

The command line interface (cli) allows the user to specify the --debug flag in order to generate intermediate debugging output images.

However this flag is not passed through the GUI invokation.

The task is to pass this flag through the GUI invokation (i.e. python -m mmhelper.gui --debug) such that the intermediate debugging images are created.