Changeset 246


Ignore:
Timestamp:
01/21/05 14:06:18 (19 years ago)
Author:
kil064
Message:

in 'quotient' describe that ref can have one row

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r245 r246  
    4242def quotient(source, reference, preserve=True):
    4343    """
    44     Return the quotient of a 'source' (signal) scan and a 'reference' scan
     44    Return the quotient of a 'source' (signal) scan and a 'reference' scan.
     45    The reference can have just one row, even if the signal has many. Otherwise
     46    they must have the same number of rows.
    4547    Parameters:
    4648        source:        the 'on' scan
Note: See TracChangeset for help on using the changeset viewer.