Changeset 940 for trunk/src/STMath.h


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/STMath.h

    r927 r940  
    5959             const std::string& avmode = "SCAN",
    6060             bool alignfreq = false );
     61  casa::CountedPtr< Scantable >
     62    averagePolarisations( const casa::CountedPtr< Scantable > & in,
     63                                const std::vector<bool>& mask,
     64                                const std::string& weight );
    6165
    6266  casa::CountedPtr<Scantable>
Note: See TracChangeset for help on using the changeset viewer.