Changeset 656 for trunk/examples
- Timestamp:
- 06/22/05 16:18:17 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/test.py
r572 r656 42 42 quot = quotient(scanav,refav) 43 43 # set the cursor to polarisation 0 44 quot.set_cursor( thepol=0)44 quot.set_cursor(pol=0) 45 45 # get the spectrum for polarisation 0 46 46 v0 = quot._getspectrum() … … 48 48 print v0[0:10] 49 49 # set the cursor to polarisation 1 50 quot.set_cursor( thepol=1)50 quot.set_cursor(pol=1) 51 51 # get the spectrum for polarisation 1 52 52 v1 = quot._getspectrum()
Note:
See TracChangeset
for help on using the changeset viewer.