Changeset 1648


Ignore:
Timestamp:
10/05/09 00:58:01 (15 years ago)
Author:
Max Voronkov
Message:

Added a test of the full-blown line finder

Location:
trunk/test
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/simple_linefind.py

    r1647 r1648  
    11#!/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
    25from asap import *
    36import time,sys
     
    5659      raw_input()
    5760     
     61plotter.save('output/simple_linefinder.png', dpi=80)
    5862print "Test of simple line finder is successful"
Note: See TracChangeset for help on using the changeset viewer.