Ignore:
Timestamp:
12/06/11 19:18:40 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2816

Ready for Test: No

Interface Changes: Yes

What Interface Changed: Added method to set weight type

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Weighting type can be specified.
Supported types are:

UNIFORM
TINT
TSYS
TINTSYS


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapgrid.py

    r2360 r2361  
    2121    def setOption( self, convType='box', convSupport=-1 ):
    2222        self.gridder._setoption( convType, convSupport )
     23
     24    def setWeight( self, weightType='uniform' ):
     25        self.gridder._setweight( weightType )
    2326
    2427    def grid( self ):
Note: See TracChangeset for help on using the changeset viewer.