Ignore:
Timestamp:
02/19/10 20:30:37 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes (CAS-1807)

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sdflag

Description: added Scantable::getClipMask() and Scantable::srchChannelsToClip().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/ScantableWrapper.h

    r1703 r1707  
    117117    { table_->clip(uthres, dthres, clipoutside, unflag); }
    118118
     119  std::vector<bool> getClipMask(int whichrow, const casa::Float uthres, const casa::Float dthres, bool clipoutside, bool unflag) const
     120    { return table_->getClipMask(whichrow, uthres, dthres, clipoutside, unflag); }
     121
    119122  std::string getSourceName(int whichrow=0) const
    120123    { return table_->getSourceName(whichrow); }
Note: See TracChangeset for help on using the changeset viewer.