Ignore:
Timestamp:
08/16/06 11:11:45 (18 years ago)
Author:
mar637
Message:

added average_beam which is part of Ticket #45

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r1140 r1145  
    6060                          const std::string& weight)
    6161  { return ScantableWrapper(STMath::averagePolarisations(in.getCP(),mask, weight));}
     62
     63  ScantableWrapper
     64    averageBeams( const ScantableWrapper& in,
     65                  const std::vector<bool>& mask,
     66                  const std::string& weight)
     67
     68  { return ScantableWrapper(STMath::averageBeams(in.getCP(),mask, weight));}
    6269
    6370  ScantableWrapper
     
    144151                                        const std::string& newtype )
    145152  { return ScantableWrapper(STMath::convertPolarisation(in.getCP(),newtype)); }
    146  
     153
    147154  ScantableWrapper mxExtract( const ScantableWrapper& in,
    148155                              const std::string& scantype="on" )
Note: See TracChangeset for help on using the changeset viewer.