Changeset 1373 for trunk/python
- Timestamp:
- 07/12/07 11:43:56 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r1370 r1373 1192 1192 Parameters: 1193 1193 kernel: The type of smoothing kernel. Select from 1194 'hanning' (default), 'gaussian' and 'boxcar'.1195 The first three characters are sufficient.1194 'hanning' (default), 'gaussian', 'boxcar' and 1195 'rmedian' 1196 1196 width: The width of the kernel in pixels. For hanning this is 1197 1197 ignored otherwise it defauls to 5 pixels. 1198 1198 For 'gaussian' it is the Full Width Half 1199 1199 Maximum. For 'boxcar' it is the full width. 1200 For 'rmedian' it is the half width. 1200 1201 insitu: if False a new scantable is returned. 1201 1202 Otherwise, the scaling is done in-situ
Note:
See TracChangeset
for help on using the changeset viewer.