Ignore:
Timestamp:
08/20/10 12:53:05 (14 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...

An implementation of asapmath.splitant() is changed since
the new filler doesn't support antenna parameter at the
moment.

The default behavior of MS filler also changed.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/PKSMS2reader.cc

    r1818 r1880  
    101101  if ( antenna.length() == 0 ) {
    102102    cAntId.resize( 1 ) ;
    103     cAntId[0] = 0 ;
     103    //cAntId[0] = 0 ;
     104    ROScalarColumn<Int> ant1Col( cPKSMS, "ANTENNA1" ) ;
     105    cAntId[0] = ant1Col(0) ;
    104106  }
    105107  else {
Note: See TracChangeset for help on using the changeset viewer.