Changeset 543 for trunk/python
- Timestamp:
- 03/08/05 15:46:27 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r524 r543 12 12 False averages all scans together, 13 13 weight: Weighting scheme. 'none, 'var' (1/var(spec) 14 weighted), 'tsys' (1/Tsys**2 weighted), or 'tint' 15 (integration time weighted). The default is 'tint' 14 weighted), 'tsys' (1/Tsys**2 weighted), 'tint' 15 (integration time weighted) or 'tintsys' (Tsys 16 and tint). The default is 'tint' 16 17 Example: 17 18 # return a time averaged scan from scana and scanb
Note:
See TracChangeset
for help on using the changeset viewer.