Ignore:
Timestamp:
04/06/06 10:12:03 (18 years ago)
Author:
mar637
Message:

added function to convert between polarisation types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r978 r992  
    126126  { return ScantableWrapper(STMath::frequencyAlign(in.getCP())); }
    127127
     128  ScantableWrapper convertPolarisation( const ScantableWrapper& in,
     129                                        const std::string& newtype )
     130  { return ScantableWrapper(STMath::convertPolarisation(in.getCP(),newtype)); }
     131
    128132};
    129133
Note: See TracChangeset for help on using the changeset viewer.