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)
#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
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)