Changeset 917 for trunk/src/STMath.h


Ignore:
Timestamp:
03/22/06 21:40:28 (18 years ago)
Author:
mar637
Message:

0-based re-indexing SCANNO on merge. added frequencyAlign. Compiles, but not yet tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r912 r917  
    114114    swapPolarisations(const casa::CountedPtr<Scantable>& in);
    115115
     116  casa::CountedPtr<Scantable>
     117    frequencyAlign( const casa::CountedPtr<Scantable>& in,
     118                    const std::string& refTime,
     119                    const std::string& method, bool perfreqid);
     120
    116121private:
    117122  casa::CountedPtr<Scantable>  applyToPol( const casa::CountedPtr<Scantable>& in,
Note: See TracChangeset for help on using the changeset viewer.