Changeset 1512


Ignore:
Timestamp:
02/20/09 12:08:12 (15 years ago)
Author:
Malte Marquarding
Message:

fixed typo in get_spectrum args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1504 r1512  
    277277            return info
    278278
    279     def get_spectrum(self, rownow):
     279    def get_spectrum(self, rowno):
    280280        """Return the spectrum for the current row in the scantable as a list.
    281281        Parameters:
Note: See TracChangeset for help on using the changeset viewer.