Changeset 1158
- Timestamp:
- 08/21/06 16:33:11 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapplotter.py
r1157 r1158 410 410 location=None): 411 411 """ 412 Plot a line catalog. 413 Parameters: 414 linecat: the linecatalog to plot 415 offset: the shift in frequency to apply to the frequencies 416 deltachan: the number of channels to include each side of the 417 line to determine a local maximum/minimum 418 rotate: the rotation for the text label 419 location: the location of the line annotation from the 'top', 420 'bottom' or alternate (None - the default) 412 421 """ 413 422 if not self._data: return
Note:
See TracChangeset
for help on using the changeset viewer.