Changeset 266 for trunk/examples
- Timestamp:
 - 01/22/05 17:43:25 (21 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/examples/test.py (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/examples/test.py
r265 r266 43 43 quot.set_cursor(thepol=0) 44 44 # get the spectrum for polarisation 0 45 v0 = quot. getspectrum()45 v0 = quot._getspectrum() 46 46 #print the first ten channel 47 47 print v0[0:10] … … 49 49 quot.set_cursor(thepol=1) 50 50 # get the spectrum for polarisation 1 51 v1 = quot. getspectrum()51 v1 = quot._getspectrum() 52 52 #print the first ten channel 53 53 print v1[0:10]  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  