Changeset 1143 for trunk/src/STMath.h
- Timestamp:
- 08/16/06 09:42:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.