Changeset 2806 for trunk/src


Ignore:
Timestamp:
04/02/13 11:37:28 (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: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on data selection of targetdata in STApplyCal.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STApplyCal.cpp

    r2759 r2806  
    182182  // select data
    183183  sel_.reset();
     184  sel_ = target_->getSelection();
    184185  if (caltype_ == STCalEnum::CalPSAlma ||
    185186      caltype_ == STCalEnum::CalPS) {
     
    262263    os_ << "nrowSky=" << nrowSky << LogIO::POST;
    263264  }
     265
     266  // Skip IFNO without sky data
     267  if (nrowSky == 0)
     268    return;
     269
    264270  uInt nchanTsys = 0;
    265271  Vector<Double> ftsys;
Note: See TracChangeset for help on using the changeset viewer.