Ignore:
Timestamp:
01/27/05 21:52:31 (19 years ago)
Author:
kil064
Message:

replace veloicity alignment by frequency alignment function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMathWrapper.h

    r300 r312  
    8888                                  const std::string& method, bool doAll);
    8989
    90 // Apply velocity alignment
    91   void velocityAlignmentInSitu (SDMemTableWrapper& in, const std::string& refTime);
    92   SDMemTableWrapper velocityAlignment(const SDMemTableWrapper& in, const std::string& refTime);
     90// Apply frequency alignment
     91  void frequencyAlignmentInSitu (SDMemTableWrapper& in, const std::string& refTime);
     92  SDMemTableWrapper frequencyAlignment(const SDMemTableWrapper& in, const std::string& refTime);
    9393
    9494// Apply opacity correction
Note: See TracChangeset for help on using the changeset viewer.