- Timestamp:
- 08/16/06 09:42:09 (18 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.cpp
r1140 r1143 1328 1328 } 1329 1329 1330 CountedPtr< Scantable > 1330 CountedPtr< Scantable > 1331 1331 asap::STMath::mxExtract( const CountedPtr< Scantable > & in, 1332 1332 const std::string & scantype ) … … 1344 1344 TableCopy::copyRows(tout, tab); 1345 1345 if (scantype == "on") { 1346 // re-index SCANNO to 0 1346 1347 TableVector<uInt> vec(tout, "SCANNO"); 1347 1348 vec = 0; -
trunk/src/STMath.h
r1140 r1143 54 54 */ 55 55 bool insitu() const { return insitu_;}; 56 56 57 57 /** 58 58 * set the currnt @attr inistu state … … 96 96 * @param mask an optional mask if weight allows one 97 97 * @param weight weighting scheme 98 * @return 98 * @return 99 99 */ 100 100 casa::CountedPtr< Scantable > … … 167 167 convertPolarisation( const casa::CountedPtr<Scantable>& in, 168 168 const std::string& newtype); 169 170 casa::CountedPtr<Scantable> 171 172 const std::string& scantype = "on");169 170 casa::CountedPtr<Scantable> 171 mxExtract( const casa::CountedPtr<Scantable>& in, 172 const std::string& srctype = "on"); 173 173 174 174 private:
Note:
See TracChangeset
for help on using the changeset viewer.