Changeset 265


Ignore:
Timestamp:
01/22/05 17:41:37 (19 years ago)
Author:
kil064
Message:

set_selection -> set_cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/test.py

    r115 r265  
    4141quot = quotient(scanav,refav)
    4242# set the cursor to polarisation 0
    43 quot.set_selection(thepol=0)
     43quot.set_cursor(thepol=0)
    4444# get the spectrum for polarisation 0
    4545v0 = quot.getspectrum()
     
    4747print v0[0:10]
    4848# set the cursor to polarisation 1
    49 quot.set_selection(thepol=1)
     49quot.set_cursor(thepol=1)
    5050# get the spectrum for polarisation 1
    5151v1 = quot.getspectrum()
Note: See TracChangeset for help on using the changeset viewer.