malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

only allow one image to be plotted at a time in GUI Step 4 #52

Closed malonzo47 closed 5 years ago

malonzo47 commented 5 years ago

Selecting all images can (expectedly) bog down the system and then, also, there are a mess of images on the screen. Let's change the check boxes to radio buttons so that user can only plot one at a time. Remove the "All" option for plotting as well. I THINK that saving "all" still makes sense... certainly at least in terms of workflow.