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/NROReader.cc

    r2766 r2777  
    579579  if ( rxname.find("MULT2") != string::npos ) {
    580580    string arryt = string( record->ARRYT ) ;
    581     beamno = dataset_->getArrayId( arryt ) ;
     581    beamno = dataset_->getSortedArrayId( arryt ) ;
    582582    ifno = 0 ;
    583583  }
     
    585585    beamno = 0 ;
    586586    string arryt = string( record->ARRYT ) ;
    587     ifno = dataset_->getArrayId( arryt ) ;
     587    ifno = dataset_->getSortedArrayId( arryt ) ;
    588588  }
    589589  //cout << "beamno = " << beamno << endl ;
Note: See TracChangeset for help on using the changeset viewer.