Changeset 977 for trunk/src/STMath.h


Ignore:
Timestamp:
04/04/06 10:40:29 (18 years ago)
Author:
mar637
Message:

Removed align option from average as it is buggy. The user has to provide a vector of aligned scantables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r940 r977  
    5757             const std::vector<bool>& mask = std::vector<bool>(),
    5858             const std::string& weight = "NONE",
    59              const std::string& avmode = "SCAN",
    60              bool alignfreq = false );
     59             const std::string& avmode = "SCAN");
    6160  casa::CountedPtr< Scantable >
    6261    averagePolarisations( const casa::CountedPtr< Scantable > & in,
Note: See TracChangeset for help on using the changeset viewer.