Changeset 1731


Ignore:
Timestamp:
04/29/10 12:28:10 (14 years ago)
Author:
Malte Marquarding
Message:

Fixed wrong base class call in shift_refix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1730 r1731  
    927927            Be careful using this with broadband data.
    928928        """
    929         Scantable.shift(self, delta)
     929        Scantable.shift_refpix(self, delta)
    930930
    931931    def history(self, filename=None):
Note: See TracChangeset for help on using the changeset viewer.