- Timestamp:
- 06/29/14 16:29:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STLineFinder.cpp
r2774 r2961 980 980 // taking flagged channels into account 981 981 if (useScantable) { 982 if (scan->getFlagRow(whichRow)) 983 throw AipsError("STLineFinder::findLines - flagged scantable row."); 982 984 vector<bool> flaggedChannels = scan->getMask(whichRow); 983 985 if (flaggedChannels.size()) {
Note:
See TracChangeset
for help on using the changeset viewer.