Ignore:
Timestamp:
10/31/14 21:26:51 (10 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-6599

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd

Description: modified so that sd.scantable.stats() returns None for flagged rows and rows with all channels flagged.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r3009 r3010  
    50045004  lineFinder.setData(getSpectrum(whichrow));
    50055005  lineFinder.findLines(getCompositeChanMask(whichrow, inMask), currEdge, whichrow);
    5006 
    50075006  return lineFinder.getMask();
    50085007}
Note: See TracChangeset for help on using the changeset viewer.