Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2357 r2435  
    501501  void regridChannel( int nchan, double dnu ) ;
    502502  void regridChannel( int nchan, double dnu, int irow ) ;
     503
     504  void regridSpecChannel( double dnu, int nchan=-1 ) ;
    503505
    504506  bool getFlagtraFast(casa::uInt whichrow);
     
    739741                           const std::string& fftThAttr,
    740742                           std::vector<int>& nWaves);
    741   void addAuxWaveNumbers(const std::vector<int>& addNWaves,
     743  void addAuxWaveNumbers(const int whichrow,
     744                         const std::vector<int>& addNWaves,
    742745                         const std::vector<int>& rejectNWaves,
    743746                         std::vector<int>& nWaves);
     747  void setWaveNumberListUptoNyquistFreq(const int whichrow,
     748                                        std::vector<int>& nWaves);
    744749  bool hasSameNchanOverIFs();
    745750  std::string getMaskRangeList(const std::vector<bool>& mask,
Note: See TracChangeset for help on using the changeset viewer.