Ignore:
Timestamp:
03/14/13 16:22:24 (11 years ago)
Author:
Malte Marquarding
Message:

Ticket #288: implemented dropping of xpols as scantable.drop_xpol()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2767 r2789  
    328328  { return table_->calculateModelSelectionCriteria(valname, blfunc, order, inMask, whichrow, useLineFinder, edge, threshold, chanAvgLimit); }
    329329
     330  void dropXPol() { table_->dropXPol(); }
     331
    330332private:
    331333  casa::CountedPtr<Scantable> table_;
Note: See TracChangeset for help on using the changeset viewer.