Changeset 435 for trunk/python
- Timestamp:
- 02/14/05 19:44:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r424 r435 86 86 allaxes: if True apply to all spectra. Otherwise 87 87 apply only to the selected (beam/pol/if)spectra only. 88 The default is taken from .asaprc (True )88 The default is taken from .asaprc (True if none) 89 89 tsys: if True (default) then apply the operation to Tsys 90 90 as well as the data … … 112 112 allaxes: if True apply to all spectra. Otherwise 113 113 apply only to the selected (beam/pol/if)spectra only 114 The default is taken from .asaprc (True )114 The default is taken from .asaprc (True if none) 115 115 """ 116 116 if allaxes is None: allaxes = rcParams['scantable.allaxes'] … … 142 142 allaxes: if True apply to all spectra. Otherwise 143 143 apply only to the selected (beam/pol/if)spectra only 144 The default is taken from .asaprc (True )144 The default is taken from .asaprc (True if none) 145 145 """ 146 146 if allaxes is None: allaxes = rcParams['scantable.allaxes'] … … 196 196 allaxes: if True apply to all spectra. Otherwise 197 197 apply only to the selected (beam/pol/if) spectra only 198 The default is taken from .asaprc (True )198 The default is taken from .asaprc (True if none) 199 199 """ 200 200 if allaxes is None: allaxes = rcParams['scantable.allaxes'] … … 251 251 allaxes: if True apply to all spectra. Otherwise 252 252 apply only to the selected (beam/pol/if)spectra only 253 The default is taken from .asaprc (True )253 The default is taken from .asaprc (True if none) 254 254 """ 255 255 if allaxes is None: allaxes = rcParams['scantable.allaxes'] … … 344 344 allaxes: If True (default) apply to all spectra. Otherwise 345 345 apply only to the selected (beam/pol/if)spectra only 346 The default is taken from .asaprc (True )346 The default is taken from .asaprc (True if none) 347 347 Example: 348 348 none
Note:
See TracChangeset
for help on using the changeset viewer.