Changeset 1141


Ignore:
Timestamp:
08/16/06 09:13:17 (18 years ago)
Author:
mar637
Message:

added stub for mx_quotient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1134 r1141  
    13321332        return s
    13331333
    1334 
    1335 
     1334    def mx_quotient(self, averageoff='median'):
     1335        """
     1336        """
     1337        varlist = vars()
     1338        on = scantable(self._math._mx_extract(self, 'on'))
     1339        s._add_history("mx_quotient", varlist)
     1340        print_log()
     1341        from asapmath  import quotient
     1342        return quotient(on, off)
    13361343
    13371344    def freq_switch(self, insitu=None):
Note: See TracChangeset for help on using the changeset viewer.