Changeset 1647 for trunk/test


Ignore:
Timestamp:
10/04/09 23:52:24 (15 years ago)
Author:
Max Voronkov
Message:

slight modification of the output of the simple line finder test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/simple_linefind.py

    r1646 r1647  
    3030e=len(spc)*3/4
    3131plotter._plotter.plot(range(b,e),spc[b:e])
    32 plotter._plotter.set_line(number=0,label='Full spectrum')
     32plotter._plotter.set_line(number=0,label='Input spectrum')
    3333plotter._plotter.show()
    3434if wait_str == "":
     
    4646   if e>len(spc):
    4747      e=len(spc)
    48    print "Showing line %s.%s" % (line,wait_str)
     48   print "Showing line %i located at %s.%s" % (cnt,line,wait_str)
    4949   plotter._plotter.set_line(label='Line %i' % cnt)
    5050   cnt = cnt + 1
     
    5656      raw_input()
    5757     
     58print "Test of simple line finder is successful"
Note: See TracChangeset for help on using the changeset viewer.