Changeset 1143 for trunk/src/STMath.h


Ignore:
Timestamp:
08/16/06 09:42:09 (18 years ago)
Author:
mar637
Message:

Implemented Ticket #45 as scantable.mx_quotient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r1140 r1143  
    5454   */
    5555  bool insitu() const { return insitu_;};
    56  
     56
    5757  /**
    5858   * set the currnt @attr inistu state
     
    9696    * @param mask an optional mask if weight allows one
    9797    * @param weight weighting scheme
    98     * @return 
     98    * @return
    9999    */
    100100  casa::CountedPtr< Scantable >
     
    167167    convertPolarisation( const casa::CountedPtr<Scantable>& in,
    168168                         const std::string& newtype);
    169  
    170   casa::CountedPtr<Scantable>
    171       mxExtract( const casa::CountedPtr<Scantable>& in,
    172                  const std::string& scantype = "on" );
     169
     170  casa::CountedPtr<Scantable>
     171    mxExtract( const casa::CountedPtr<Scantable>& in,
     172               const std::string& srctype = "on");
    173173
    174174private:
Note: See TracChangeset for help on using the changeset viewer.