ZELLMECHANIK-DRESDEN / ShapeOut

Shape-Out has been superseded by Shape-Out 2.
https://shapeout.readthedocs.io
GNU General Public License v2.0
5 stars 5 forks source link

Crash on filtering #73

Closed phidahl closed 8 years ago

phidahl commented 8 years ago

If a set a filter for FL-3max channel to Min: 1000, Max: 33000, I get the following error message:

Traceback (most recent call last): File "/Users/phi/repo_git_shapeout_develop/ShapeOut/shapeout/gui/controls.py", line 151, in OnChangeFilter self.analysis.SetParameters(cfg) File "/Users/phi/repo_git_shapeout_develop/ShapeOut/shapeout/tlabwrap.py", line 459, in SetParameters if (newcfg["Plotting"]["Scale X"] == "Log" or KeyError: 'Plotting'

paulmueller commented 8 years ago

I fixed the bug in develop. I kept version 0.5.9 as pre-release because of this bug. Seems like the software is not usable as-is.