Ignore:
Timestamp:
03/07/13 13:28:44 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

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...

Bug fix on numbering of IFNO/BEAMNO based on Arrays.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/NRODataset.h

    r2766 r2777  
    199199  virtual std::vector<double> getFrequencies( int i ) ;
    200200  virtual uInt getArrayId( std::string type ) ;
     201  virtual uInt getSortedArrayId( std::string type ) ;
    201202  virtual uInt getPolNo( int irow ) ;
    202203
     
    242243  uInt polNoFromRX( const std::string &rx ) ;
    243244
     245  // initialize array information (only for OTF data)
     246  void initArray();
     247
     248  // return ARRYMAX
     249  virtual int arrayMax() {return 0;} ;
     250
    244251  // Type of file record
    245252  std::string LOFIL ;
     
    517524  // reference frequency for each array
    518525  std::vector<double> refFreq_ ;
     526
     527  // list of array names
     528  std::vector<std::string> arrayNames_;
    519529
    520530  // record to store REFPIX, REFVAL, INCREMENT pair for each array
Note: See TracChangeset for help on using the changeset viewer.