bump_plot() plotVerbose now defaults to False.
[calibcant.git] / calibcant / bump_analyze.py
index 0dc6be228dd55f15fcdc9e18af18b2ddd425d796..0ae4045e93cc281f9c40e421841be13e382ae9f5 100755 (executable)
@@ -147,7 +147,7 @@ def bump_fit(zpiezo_output_bits, deflection_input_bits,
              paramGuesser=limited_quadratic_param_guess,
              model=limited_quadratic,
              sensitivity_from_fit_params=limited_quadratic_sensitivity,
-             plotVerbose=True) :
+             plotVerbose=False) :
     x = zpiezo_output_bits
     y = deflection_input_bits
     def residual(p, y, x) :
@@ -339,7 +339,7 @@ if __name__ == '__main__' :
     config.PYLAB_INTERACTIVE = False
     config.PYLAB_VERBOSE = options.pylab
     config.GNUPLOT_VERBOSE = False
-
+    
     if options.tweakmode == False :
         if options.datalogger_mode:
             data = bump_load(ifilename)