Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2435 r2357  
    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 ) ;
    505503
    506504  bool getFlagtraFast(casa::uInt whichrow);
     
    741739                           const std::string& fftThAttr,
    742740                           std::vector<int>& nWaves);
    743   void addAuxWaveNumbers(const int whichrow,
    744                          const std::vector<int>& addNWaves,
     741  void addAuxWaveNumbers(const std::vector<int>& addNWaves,
    745742                         const std::vector<int>& rejectNWaves,
    746743                         std::vector<int>& nWaves);
    747   void setWaveNumberListUptoNyquistFreq(const int whichrow,
    748                                         std::vector<int>& nWaves);
    749744  bool hasSameNchanOverIFs();
    750745  std::string getMaskRangeList(const std::vector<bool>& mask,
Note: See TracChangeset for help on using the changeset viewer.