- Timestamp:
- 10/23/13 17:09:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STApplyCal.cpp
r2848 r2862 370 370 // target spectral data 371 371 on = spCol(irow); 372 //os_ << "on=" << on[0] << LogIO::POST; 372 373 calibrator_->setSource(on); 373 374 … … 383 384 iOff[ichan] = interpolatorS_->interpolate(t0); 384 385 } 385 //os_ << "iOff=" << iOff << LogIO::POST;386 //os_ << "iOff=" << iOff[0] << LogIO::POST; 386 387 calibrator_->setReference(iOff); 387 388 … … 420 421 } 421 422 else { 422 for (uInt ichan = 0; ichan < nchanTsys; ++ichan)423 for (uInt ichan = 0; ichan < tsysInRow.nelements(); ++ichan) 423 424 iTsys[ichan] = tsysInRow[ichan]; 424 425 } 425 426 } 426 //os_ << "iTsys=" << iTsys << LogIO::POST;427 //os_ << "iTsys=" << iTsys[0] << LogIO::POST; 427 428 calibrator_->setScaler(iTsys); 428 429 … … 431 432 432 433 // update table 433 //os_ << "calibrated=" << calibrator_->getCalibrated() << LogIO::POST;434 //os_ << "calibrated=" << calibrator_->getCalibrated()[0] << LogIO::POST; 434 435 spCol.put(irow, calibrator_->getCalibrated()); 435 436 if (filltsys)
Note:
See TracChangeset
for help on using the changeset viewer.