Changeset 266


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

getspectrum -> _getspectrum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/test.py

    r265 r266  
    4343quot.set_cursor(thepol=0)
    4444# get the spectrum for polarisation 0
    45 v0 = quot.getspectrum()
     45v0 = quot._getspectrum()
    4646#print  the first ten channel
    4747print v0[0:10]
     
    4949quot.set_cursor(thepol=1)
    5050# get the spectrum for polarisation 1
    51 v1 = quot.getspectrum()
     51v1 = quot._getspectrum()
    5252#print  the first ten channel
    5353print v1[0:10]
Note: See TracChangeset for help on using the changeset viewer.