Changes in trunk/src/ScantableWrapper.h [2435:2290]
- File:
-
- 1 edited
-
trunk/src/ScantableWrapper.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ScantableWrapper.h
r2435 r2290 268 268 { table_->reshapeSpectrum( nmin, nmax ); } 269 269 270 void regridSpecChannel( double dnu, int nchan )271 { table_->regridSpecChannel( dnu, nchan ); }272 273 270 void polyBaseline(const std::vector<bool>& mask, int order, bool getresidual=true, const std::string& showprogress="true,1000", const bool outlog=false, const std::string& blfile="") 274 271 { table_->polyBaseline(mask, order, getresidual, showprogress, outlog, blfile); }
Note:
See TracChangeset
for help on using the changeset viewer.
