Changes in trunk/src/Scantable.h [2357:2435]
- File:
-
- 1 edited
-
trunk/src/Scantable.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.h
r2357 r2435 501 501 void regridChannel( int nchan, double dnu ) ; 502 502 void regridChannel( int nchan, double dnu, int irow ) ; 503 504 void regridSpecChannel( double dnu, int nchan=-1 ) ; 503 505 504 506 bool getFlagtraFast(casa::uInt whichrow); … … 739 741 const std::string& fftThAttr, 740 742 std::vector<int>& nWaves); 741 void addAuxWaveNumbers(const std::vector<int>& addNWaves, 743 void addAuxWaveNumbers(const int whichrow, 744 const std::vector<int>& addNWaves, 742 745 const std::vector<int>& rejectNWaves, 743 746 std::vector<int>& nWaves); 747 void setWaveNumberListUptoNyquistFreq(const int whichrow, 748 std::vector<int>& nWaves); 744 749 bool hasSameNchanOverIFs(); 745 750 std::string getMaskRangeList(const std::vector<bool>& mask,
Note:
See TracChangeset
for help on using the changeset viewer.
