Changeset 2362 for trunk/src/STGrid.h


Ignore:
Timestamp:
12/07/11 15:53:03 (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 specify IFNO to be processed

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Added method to specify IFNO to be processed.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.h

    r2361 r2362  
    4949  void setFileIn( const string infile ) ;
    5050
     51  void setIF( unsigned int ifno ) { ifno_ = ifno ; } ;
     52
    5153  void setPolList( vector<unsigned int> pols ) ;
    5254
     
    7880                  String &center ) ;
    7981 
    80   void getData( String &infile,
    81                 Cube<Float> &spectra,
     82  void getData( Cube<Float> &spectra,
    8283                Matrix<Double> &direction,
    8384                Cube<uChar> &flagtra,
     
    99100  void pbFunc( Vector<Float> &convFunc ) ;
    100101  void setConvFunc( Vector<Float> &convFunc ) ;
     102  void selectData( Table &tab ) ;
    101103
    102104  String infile_ ;
     105  Int ifno_ ;
    103106  Int nx_ ;
    104107  Int ny_ ;
     
    106109  Int nchan_ ;
    107110  Int nrow_ ;
    108   Int ngrid_ ;
    109111  Double cellx_ ;
    110112  Double celly_ ;
Note: See TracChangeset for help on using the changeset viewer.