Changeset 1212 for tags


Ignore:
Timestamp:
08/29/06 20:07:07 (18 years ago)
Author:
mar637
Message:

fixed indention error which got introduced in the last check-in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/python/scantable.py

    r1204 r1212  
    14331433                            preserve: Output = Toff * (on/off) - Toff
    14341434                            remove:   Output = Toff * (on/off) - Ton
    1435     """
     1435        """
    14361436        if mask is None: mask = ()
    14371437        varlist = vars()
     
    14391439        preoff = scantable(self._math._mx_extract(self, 'off'))
    14401440        off = preoff.average_time(mask=mask, weight=weight, scanav=False)
    1441     from asapmath  import quotient
     1441        from asapmath  import quotient
    14421442        q = quotient(on, off, preserve)
    14431443        q._add_history("mx_quotient", varlist)
    14441444        print_log()
    1445     return q
     1445        return q
    14461446
    14471447    def freq_switch(self, insitu=None):
Note: See TracChangeset for help on using the changeset viewer.