Changeset 1066 for trunk/src/STMath.h


Ignore:
Timestamp:
07/04/06 11:22:42 (18 years ago)
Author:
mar637
Message:

Enhancement Ticket #50; arbitrary quotients.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r995 r1066  
    5858             const std::string& weight = "NONE",
    5959             const std::string& avmode = "SCAN");
     60
    6061  casa::CountedPtr< Scantable >
    6162    averagePolarisations( const casa::CountedPtr< Scantable > & in,
     
    6768                  const std::string& mode, bool tsys=false );
    6869
    69   casa::CountedPtr<Scantable> quotient( const casa::CountedPtr<Scantable>& in,
    70                                         const std::string& mode = "NEAREST",
     70  casa::CountedPtr<Scantable> autoQuotient(const casa::CountedPtr<Scantable>& in,
     71                                           const std::string& mode = "NEAREST",
     72                                           bool preserve = true);
     73
     74  casa::CountedPtr<Scantable> quotient( const casa::CountedPtr<Scantable>& on,
     75                                        const casa::CountedPtr<Scantable>& off,
    7176                                        bool preserve = true );
    7277
Note: See TracChangeset for help on using the changeset viewer.