Changeset 38 for trunk/src/SDMath.h


Ignore:
Timestamp:
07/07/04 18:48:56 (20 years ago)
Author:
mmarquar
Message:

Added baseline and hanning functions. Also added copying of scanid and freqid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.h

    r15 r38  
    3232#define _SDMATH_H_
    3333
     34#include <string>
     35#include <vector>
    3436#include <aips/Utilities/CountedPtr.h>
    3537
     
    4648                                         Float factor);
    4749 
     50  static std::vector<float> baseline(const CountedPtr<SDMemTable>& in,
     51                                     const std::string& fitexpr );
     52  static CountedPtr<SDMemTable> hanning(const CountedPtr<SDMemTable>& in);
    4853 
    4954};
    50 
    5155} // namespace
    5256
Note: See TracChangeset for help on using the changeset viewer.