Changeset 1192 for trunk/src/STMath.h


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/STMath.h

    r1145 r1192  
    184184               const std::string& srctype = "on");
    185185
     186  /**
     187   * "hard" flag the data, this flags everything selected in setSelection()
     188   * @param frequency the frequency to remove
     189   * @param width the number of lags to flag left to the side of the frequency
     190   */
     191  casa::CountedPtr<Scantable>
     192    lagFlag( const casa::CountedPtr<Scantable>& in, double frequency,
     193              int width);
     194
    186195private:
    187196  casa::CountedPtr<Scantable>  applyToPol( const casa::CountedPtr<Scantable>& in,
Note: See TracChangeset for help on using the changeset viewer.