Removed fixed plotting flag.

This commit is contained in:
Ludger Küperkoch 2015-06-24 16:44:15 +02:00
parent 7281220b55
commit 2cd7572ee4

View File

@ -489,7 +489,7 @@ def wadaticheck(pickdic, dttolerance, iplot):
print 'wadaticheck: Not enough S-P times available for reliable regression!' print 'wadaticheck: Not enough S-P times available for reliable regression!'
print 'Skip wadati check!' print 'Skip wadati check!'
wfitflag = 1 wfitflag = 1
iplot=2
# plot results # plot results
if iplot > 1: if iplot > 1:
plt.figure(iplot) plt.figure(iplot)