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