Ignore:
Timestamp:
02/04/13 18:22:22 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4770

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: test_sdcal2

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Implemented switch to change a behavior of EdgeMarker?.
Disabled some too verbose logs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STApplyCal.cpp

    r2756 r2758  
    265265  Vector<Double> ftsys;
    266266  uInt tsysifno = getIFForTsys(ifno);
    267   os_ << "tsysifno=" << tsysifno << LogIO::POST;
     267  os_ << "tsysifno=" << (Int)tsysifno << LogIO::POST;
    268268  if (tsystable_.size() == 0) {
    269269    os_.origin(LogOrigin("STApplyTable", "doapply", WHERE));
     
    323323  Vector<Float> tmpTsys;
    324324  if (doTsys) {
    325     os_ << "doTsys" << LogIO::POST;
     325    //os_ << "doTsys" << LogIO::POST;
    326326    timeTsys.resize(nrowTsys);
    327327    tsys.resize(nchanTsys, nrowTsys);
     
    356356  Vector<Float> on;
    357357  for (uInt i = 0; i < rows.nelements(); i++) {
    358     os_ << "start i = " << i << " (row = " << rows[i] << ")" << LogIO::POST;
     358    //os_ << "start i = " << i << " (row = " << rows[i] << ")" << LogIO::POST;
    359359    uInt irow = rows[i];
    360360
Note: See TracChangeset for help on using the changeset viewer.