- Timestamp:
- 07/02/09 14:37:57 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r1589 r1591 351 351 return resspec 352 352 353 def simple_math(left, right, op='add', tsys=True):354 """355 Apply simple mathematical binary operations to two356 scan tables, returning the result in a new scan table.357 The operation is applied to both the correlations and the TSys data358 The cursor of the output scan is set to 0359 Parameters:360 left: the 'left' scan361 right: the 'right' scan362 op: the operation: 'add' (default), 'sub', 'mul', 'div'363 tsys: if True (default) then apply the operation to Tsys364 as well as the data365 """366 print "simple_math is deprecated use +=/* instead."367 353 368 354 @print_log_dec
Note:
See TracChangeset
for help on using the changeset viewer.