Commit bd91b928 authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

small bug in the gui

parent 040f7ef2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ def plot_echo(hdfile, iecho=None, **kwargs):
    tbin2   = kwargs.pop('tbin2',None)
    #
    min_counts = kwargs.pop('min_counts', 10.0)
    max_chi2   = kwargs.pop('max_chi2')
    max_chi2   = kwargs.pop('max_chi2', 1e3)
    #min_amp    = kwargs.pop('min_amp'   ,  0.20)
    #
    absy       = kwargs.pop('absy', 0)