Changeset 2390 for trunk/src/STGrid.h


Ignore:
Timestamp:
12/28/11 16:51:43 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2816

Ready for Test: Yes

Interface Changes: 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...

More than one input data are supported.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.h

    r2389 r2390  
    4141  STGrid() ;
    4242  STGrid( const string infile ) ;
     43  STGrid( const vector<string> infile ) ;
    4344  virtual ~STGrid() {} ;
    4445
    4546  void setFileIn( const string infile ) ;
     47  void setFileList( const vector<string> infile ) ;
    4648
    4749  void setIF( unsigned int ifno ) { ifno_ = ifno ; } ;
     
    156158
    157159  void initPol( Int ipol ) ;
     160  void initTable( uInt idx ) ;
    158161  Bool isMultiIF( Table &tab ) ;
    159162
     
    167170
    168171  Block<String> infileList_ ;
     172  uInt nfile_ ;
    169173  Int ifno_ ;
    170174  Int nx_ ;
     
    174178  Int nchan_ ;
    175179  Int nrow_ ;
     180  Block<Int> rows_ ;
    176181  Double cellx_ ;
    177182  Double celly_ ;
     
    196201  ROScalarColumn<Double> intervalCol_ ;
    197202  Int nprocessed_ ;
    198   Vector<uInt> rows_ ;
    199203  Int nchunk_ ;
    200204
Note: See TracChangeset for help on using the changeset viewer.