Changeset 2364 for trunk/src/STGrid.h


Ignore:
Timestamp:
12/08/11 18:31:00 (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: see below

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): sdgrid task

Description: Describe your changes here...

  • setOption is renamed to setFunc
  • Implemented selection by SCANNO
  • Disabled to extend grid area for edge treatment
  • Added message for performance check


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.h

    r2362 r2364  
    5353  void setPolList( vector<unsigned int> pols ) ;
    5454
     55  void setScanList( vector<unsigned int> scans ) ;
     56
    5557  void defineImage( int nx=-1,
    5658                    int ny=-1,
     
    5860                    string scelly="",
    5961                    string scenter="" ) ;
    60   void setOption( string convtype="box",
    61                   int convsupport=-1 ) ;
     62  void setFunc( string convtype="box",
     63                int convsupport=-1 ) ;
    6264
    6365  void setWeight( const string wType="uniform" ) ;
     
    118120  Array<Float> data_ ;
    119121  Vector<uInt> pollist_ ;
     122  Vector<uInt> scanlist_ ;
    120123  String wtype_ ;
    121124
Note: See TracChangeset for help on using the changeset viewer.