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

add mxExtract the first step to do MX quotients

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r1078 r1140  
    144144                                        const std::string& newtype )
    145145  { return ScantableWrapper(STMath::convertPolarisation(in.getCP(),newtype)); }
     146 
     147  ScantableWrapper mxExtract( const ScantableWrapper& in,
     148                              const std::string& scantype="on" )
     149  { return ScantableWrapper(STMath::mxExtract(in.getCP(),scantype)); }
    146150
    147151};
Note: See TracChangeset for help on using the changeset viewer.