- Timestamp:
- 10/05/09 00:58:01 (15 years ago)
- Location:
- trunk/test
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/simple_linefind.py
r1647 r1648 1 1 #!/usr/bin/env python 2 # run this script with a command line parameter "wait" in order it to wait 3 # pressing enter instead of a time delay 4 2 5 from asap import * 3 6 import time,sys … … 56 59 raw_input() 57 60 61 plotter.save('output/simple_linefinder.png', dpi=80) 58 62 print "Test of simple line finder is successful"
Note:
See TracChangeset
for help on using the changeset viewer.