Changeset 246 for trunk/python
- Timestamp:
- 01/21/05 14:06:18 (21 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/python/asapmath.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/python/asapmath.pyr245 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.
  
