- Timestamp:
- 12/20/04 15:37:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r113 r129 10 10 # return a time averaged scan from scana and scanb 11 11 # without using a mask 12 scanav = average_ scans(scana,scanb)12 scanav = average_time(scana,scanb) 13 13 # return the (time) averaged scan, i.e. the average of 14 14 # all correlator cycles
Note:
See TracChangeset
for help on using the changeset viewer.