Changeset 3018 for trunk


Ignore:
Timestamp:
12/09/14 16:23:39 (9 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes/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...

Row flag check in subBaseline is replaced with Scantable::isAllChannelsFlagged
method to take into account all channel flagged row as well.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r3010 r3018  
    26862686      Bool doApply = True;
    26872687     
    2688       if (flagrowCol_(irow) == 0) {
     2688      if (!isAllChannelsFlagged(irow)) {
    26892689        std::vector<float> resfit = doSubtractBaseline(spec, mask, ftype, fpar, params, rms, finalmask, clipth, clipn, uself, irow, lfth, lfedge, lfavg);
    26902690        setSpectrum(resfit, irow);
Note: See TracChangeset for help on using the changeset viewer.