- Timestamp:
- 08/16/06 09:13:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r1134 r1141 1332 1332 return s 1333 1333 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) 1336 1343 1337 1344 def freq_switch(self, insitu=None):
Note:
See TracChangeset
for help on using the changeset viewer.