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