(hooke_cli.py , generalvclamp.py) when asks filename, you know of what
authordevicerandom <devnull@localhost>
Tue, 30 Sep 2008 14:43:12 +0000 (14:43 +0000)
committerdevicerandom <devnull@localhost>
Tue, 30 Sep 2008 14:43:12 +0000 (14:43 +0000)
generalvclamp.py
hooke_cli.py

index 5ec7171a4ba6edb811ffc639b06957420b9b49d3..fb0f793649b5e2fee1515b07de884710d4fa06ac 100644 (file)
@@ -514,10 +514,7 @@ class generalvclampCommands:
                 fitplot.styles=[]
             else:
                 fitplot.styles.append(None)
-                
-            
-            
-
             #Measure forces
             delta_to_measure=displayed_plot.vectors[1][1][peak-delta_force:peak+delta_force]
             y=min(delta_to_measure)
@@ -566,7 +563,7 @@ class generalvclampCommands:
         
         #Save file info
         if self.autofile=='':
-            self.autofile=raw_input('Filename? (return to ignore) ')
+            self.autofile=raw_input('Autopeak filename? (return to ignore) ')
             if self.autofile=='':
                 print 'Not saved.'
                 return
index 0d10ed9078a8fa74e8367af9ed1984471faf6c36..d26c47ea29750be45cfc08d5c08ead7cb1afdd69 100755 (executable)
@@ -717,7 +717,7 @@ Syntax: txt [filename] {plot to export}
             print self.current_list[self.pointer].notes
         else:
             if self.notes_filename == None:
-                self.notes_filename=raw_input('Filename? ')
+                self.notes_filename=raw_input('Notebook filename? ')
                 title_line='Notes taken at '+time.asctime()+'\n'
                 f=open(self.notes_filename,'w')
                 f.write(title_line)