Ignore:
Timestamp:
12/07/11 17:05:24 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2816

Ready for Test: No

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

For Gaussian kernel, user-specified kernel width is treated as HWHM,
and convolution support is set to 4*HWHM.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapgrid.py

    r2362 r2363  
    2222        self.gridder._defineimage( nx, ny, cellx, celly, center )
    2323
    24     def setOption( self, convType='box', convSupport=-1 ):
    25         self.gridder._setoption( convType, convSupport )
     24    def setOption( self, convType='box', width=-1 ):
     25        self.gridder._setoption( convType, width )
    2626
    2727    def setWeight( self, weightType='uniform' ):
Note: See TracChangeset for help on using the changeset viewer.