Ignore:
Timestamp:
04/05/11 15:36:14 (13 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...

Merged bug fixes in trunk (r2101).


Location:
branches/casa-prerelease/pre-asap
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/casa-prerelease/pre-asap

    • Property svn:mergeinfo changed
      /trunkmerged: 2102
  • branches/casa-prerelease/pre-asap/src

  • branches/casa-prerelease/pre-asap/src/MSFiller.cpp

    r2085 r2103  
    444444//           os_ << "npol = " << npol << LogIO::POST ;
    445445//           os_ << "corrtype = " << corrtype << LogIO::POST ;
    446           sdh.npol = max( sdh.npol, npol ) ;
    447           if ( sdh.poltype == "" ) sdh.poltype = getPolType( corrtype[0] ) ;
    448446          // source information
    449447//           os_ << "srcId = " << srcId << ", spwId = " << spwId << LogIO::POST ;
     
    561559          tcolr = tpoolr->construct( spwtab, "NUM_CHAN" ) ;
    562560          Int nchan = tcolr->asInt( spwId ) ;
     561          Bool iswvr = False ;
     562          if ( nchan == 4 ) iswvr = True ;
    563563          tpoolr->destroy( tcolr ) ;
    564564          Bool even = False ;
     
    645645            scTsysCol.attach( caltabsel, colTsys_ ) ;
    646646          }
     647
     648          sdh.npol = max( sdh.npol, npol ) ;
     649          if ( !iswvr && sdh.poltype == "" ) sdh.poltype = getPolType( corrtype[0] ) ;
     650
    647651//           time1 = gettimeofday_sec() ;
    648652//           os_ << "end 3rd iteration init: " << time1 << " (" << time1-time0 << "sec)" << LogIO::POST ;
Note: See TracChangeset for help on using the changeset viewer.