Changeset 1373 for trunk/python


Ignore:
Timestamp:
07/12/07 11:43:56 (17 years ago)
Author:
mar637
Message:

Added running median to smooth. This addresses Ticket #115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1370 r1373  
    11921192        Parameters:
    11931193            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'
    11961196            width:      The width of the kernel in pixels. For hanning this is
    11971197                        ignored otherwise it defauls to 5 pixels.
    11981198                        For 'gaussian' it is the Full Width Half
    11991199                        Maximum. For 'boxcar' it is the full width.
     1200                        For 'rmedian' it is the half width.
    12001201            insitu:     if False a new scantable is returned.
    12011202                        Otherwise, the scaling is done in-situ
Note: See TracChangeset for help on using the changeset viewer.