Ignore:
Timestamp:
03/30/06 15:34:32 (18 years ago)
Author:
mar637
Message:

added averagePolarisations; added log output to frequencyAlign; removed couts; made frequencyAlign non insitu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r927 r940  
    4747    return ScantableWrapper(STMath::average(sts, mask, weight, avmode, alignfreq));
    4848  }
     49  ScantableWrapper
     50    averagePolarisations( const ScantableWrapper& in,
     51                          const std::vector<bool>& mask,
     52                          const std::string& weight)
     53  { return ScantableWrapper(STMath::averagePolarisations(in.getCP(),mask, weight));}
    4954
    5055  ScantableWrapper
Note: See TracChangeset for help on using the changeset viewer.