Ignore:
Timestamp:
02/09/05 13:07:20 (19 years ago)
Author:
kil064
Message:

add perFreqID arg to function frequencyAlign

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMathWrapper.h

    r355 r398  
    9090// Apply frequency alignment
    9191  void frequencyAlignmentInSitu (SDMemTableWrapper& in, const std::string& refTime,
    92                                  const std::string& method);
     92                                 const std::string& method, bool perFreqID);
    9393  SDMemTableWrapper frequencyAlignment(const SDMemTableWrapper& in, const std::string& refTime,
    94                                        const std::string& method);
     94                                       const std::string& method, bool perFreqID);
    9595
    9696// Apply opacity correction
Note: See TracChangeset for help on using the changeset viewer.