Changeset 246
- Timestamp:
- 01/21/05 14:06:18 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r245 r246 42 42 def quotient(source, reference, preserve=True): 43 43 """ 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. 45 47 Parameters: 46 48 source: the 'on' scan
Note:
See TracChangeset
for help on using the changeset viewer.