Changeset 1591


Ignore:
Timestamp:
07/02/09 14:37:57 (15 years ago)
Author:
Malte Marquarding
Message:

Removed deprecated function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r1589 r1591  
    351351    return resspec
    352352
    353 def simple_math(left, right, op='add', tsys=True):
    354     """
    355     Apply simple mathematical binary operations to two
    356     scan tables,  returning the result in a new scan table.
    357     The operation is applied to both the correlations and the TSys data
    358     The cursor of the output scan is set to 0
    359     Parameters:
    360         left:          the 'left' scan
    361         right:         the 'right' scan
    362         op:            the operation: 'add' (default), 'sub', 'mul', 'div'
    363         tsys:          if True (default) then apply the operation to Tsys
    364                        as well as the data
    365     """
    366     print "simple_math is deprecated use +=/* instead."
    367353
    368354@print_log_dec
Note: See TracChangeset for help on using the changeset viewer.