- Timestamp:
- 08/17/11 10:58:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2276 r2277 1817 1817 } 1818 1818 1819 void Scantable::polyBaseline(const std::vector<bool>& mask, int order, 1820 bool getResidual, const std::string& progressInfo, 1821 const bool outLogger, const std::string& blfile) 1819 void Scantable::polyBaseline(const std::vector<bool>& mask, int order, bool getResidual, const std::string& progressInfo, const bool outLogger, const std::string& blfile) 1822 1820 { 1823 1821 try { … … 1852 1850 fitBaseline(chanMask, whichrow, fitter); 1853 1851 setSpectrum((getResidual ? fitter.getResidual() : fitter.getFit()), whichrow); 1854 outputFittingResult(outLogger, outTextFile, chanMask, whichrow, 1855 coordInfo, hasSameNchan, ofs, "polyBaseline()", 1856 fitter); 1852 outputFittingResult(outLogger, outTextFile, chanMask, whichrow, coordInfo, hasSameNchan, ofs, "polyBaseline()", fitter); 1857 1853 showProgressOnTerminal(whichrow, nRow, showProgress, minNRow); 1858 1854 }
Note:
See TracChangeset
for help on using the changeset viewer.