Ignore:
Timestamp:
03/24/06 13:35:55 (18 years ago)
Author:
mar637
Message:

added frequencyAlign().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r912 r927  
    117117  { return ScantableWrapper(STMath::swapPolarisations(in.getCP())); }
    118118
     119  ScantableWrapper frequencyAlign( const ScantableWrapper& in,
     120                                   const std::string& refTime,
     121                                   const std::string& method  )
     122  { return ScantableWrapper(STMath::frequencyAlign(in.getCP())); }
     123
    119124};
    120125
Note: See TracChangeset for help on using the changeset viewer.