- Timestamp:
- 12/09/14 16:23:39 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r3010 r3018 2686 2686 Bool doApply = True; 2687 2687 2688 if ( flagrowCol_(irow) == 0) {2688 if (!isAllChannelsFlagged(irow)) { 2689 2689 std::vector<float> resfit = doSubtractBaseline(spec, mask, ftype, fpar, params, rms, finalmask, clipth, clipn, uself, irow, lfth, lfedge, lfavg); 2690 2690 setSpectrum(resfit, irow);
Note:
See TracChangeset
for help on using the changeset viewer.