Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2435 r2290  
    268268  { table_->reshapeSpectrum( nmin, nmax ); }
    269269
    270   void regridSpecChannel( double dnu, int nchan )
    271   { table_->regridSpecChannel( dnu, nchan ); }
    272 
    273270  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="")
    274271  { table_->polyBaseline(mask, order, getresidual, showprogress, outlog, blfile); }
Note: See TracChangeset for help on using the changeset viewer.