malonzo47 / pynita_GUI

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

workflow bug if you plot images then validation points then try to plot images again #57

Closed malonzo47 closed 5 years ago

malonzo47 commented 5 years ago

If you: 1) run an image stack; 2) plot an image (regardless of whether you query a pixel or not); 3) go back to Step 2 and plot points from csv; 3) go back to step 4 and try to plot an output image again. Program crashes.

I'm guessing this has something to do with clearing results_cells or something like this? That is, you've returned to "points analysis" mode and thus somehow cleared out the "image analysis" variables as they might not be adequately separated.

Update: You don't even need to have plotted an image. The results of Step 3 are not properly retained after revisiting Step 2.

vasusingla commented 5 years ago

I have deployed a solution, in the setup_modifications branch, check it out and let me know if it works.