Changeset 265 for trunk/examples
- Timestamp:
- 01/22/05 17:41:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/test.py
r115 r265 41 41 quot = quotient(scanav,refav) 42 42 # set the cursor to polarisation 0 43 quot.set_ selection(thepol=0)43 quot.set_cursor(thepol=0) 44 44 # get the spectrum for polarisation 0 45 45 v0 = quot.getspectrum() … … 47 47 print v0[0:10] 48 48 # set the cursor to polarisation 1 49 quot.set_ selection(thepol=1)49 quot.set_cursor(thepol=1) 50 50 # get the spectrum for polarisation 1 51 51 v1 = quot.getspectrum()
Note:
See TracChangeset
for help on using the changeset viewer.