Changeset 1174
- Timestamp:
- 08/23/06 11:11:20 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapplotter.py
r1169 r1174 434 434 restf = linecat.get_frequency(row)/1000.0 435 435 c = 299792.458 436 freq = restf*( doppler+c)/c436 freq = restf*(1.0-doppler/c) 437 437 if lims[0] < freq < lims[1]: 438 438 if location is None:
Note:
See TracChangeset
for help on using the changeset viewer.