multifit.py : Fixed a wrong named var
authoralbertogomcas <devnull@localhost>
Fri, 12 Mar 2010 03:08:59 +0000 (03:08 +0000)
committeralbertogomcas <devnull@localhost>
Fri, 12 Mar 2010 03:08:59 +0000 (03:08 +0000)
libhook.py  : Deleted deprecated message (irritates me :D)

libhooke.py
multifit.py

index 9bb1ead81a760517bb286cc37472f5e2d16bad7e..d035c7187498bfd2ec1bcc89ca4151448625a740 100755 (executable)
@@ -332,7 +332,7 @@ class ClickedPoint:
         '''
                    
         #FIXME: a general algorithm using min() is needed!
-        print '---DEPRECATED FIND_GRAPH_COORDS_OLD---'
+        #print '---DEPRECATED FIND_GRAPH_COORDS_OLD---'
         best_index=0
         best_dist=10**9 #should be more than enough given the scale
                 
@@ -403,4 +403,4 @@ def debug():
     print confo.load_config('hooke.conf')
 
 if __name__ == '__main__':
-    debug()
\ No newline at end of file
+    debug()
index 3f6664198ccdd91ef7ead1b4cbcfe99b864efb3e..c617e36a1911bfcf38e780920aa4bfd1ae5dc9a0 100644 (file)
@@ -300,7 +300,7 @@ class multifitCommands:
                     f.close()
                 
                 print 'Saving...'
-                savecountr+=1
+                savecounter+=1
                 f=open(self.autofile,'a+')
                 f.write(self.current.path)
                 f.write(' ; '+str(1e9*wlcparams[0])+' ; '+str(wlcfit_nm[0])+' ; '+str(1e9*wlcparams[1])+' ; '+str(wlcfit_nm[1])+' ; '+str(1e9*fjcparams[0])+' ; '+str(fjcfit_nm[0])+' ; '+str(1e9*fjcparams[1])+' ; '+str(fjcfit_nm[1])+' ; '+str(1e12*force)+' ; '+ str(slope)+' ; '+str(lrate)+'\n')