From: devicerandom Date: Tue, 30 Sep 2008 14:43:12 +0000 (+0000) Subject: (hooke_cli.py , generalvclamp.py) when asks filename, you know of what X-Git-Tag: 0.9.0~72 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdddca38c01cb93ac0bdc8813bca3bf21967fbd8;p=hooke.git (hooke_cli.py , generalvclamp.py) when asks filename, you know of what --- diff --git a/generalvclamp.py b/generalvclamp.py index 5ec7171..fb0f793 100644 --- a/generalvclamp.py +++ b/generalvclamp.py @@ -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 diff --git a/hooke_cli.py b/hooke_cli.py index 0d10ed9..d26c47e 100755 --- a/hooke_cli.py +++ b/hooke_cli.py @@ -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)