Ignore:
Timestamp:
08/28/06 16:33:58 (18 years ago)
Author:
mar637
Message:

added lag_flag - flagging of frequencies in fft space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r1145 r1192  
    156156  { return ScantableWrapper(STMath::mxExtract(in.getCP(),scantype)); }
    157157
     158  ScantableWrapper lagFlag( const ScantableWrapper& in,
     159                            double frequency, int width )
     160  { return ScantableWrapper(STMath::lagFlag(in.getCP(), frequency, width)); }
     161
    158162};
    159163
Note: See TracChangeset for help on using the changeset viewer.