Changeset 1504 for trunk/src/STFiller.h


Ignore:
Timestamp:
02/13/09 11:27:42 (15 years ago)
Author:
Malte Marquarding
Message:

Fix for ticket #151: added facilities to help with on/off scan identification/setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.h

    r1391 r1504  
    9393  casa::CountedPtr<Scantable> getTable() const { return table_;}
    9494
     95  void setReferenceExpr(const std::string& rx) { refRx_ = rx; }
     96
    9597private:
    9698
     
    102104  casa::uInt ifOffset_, beamOffset_;
    103105  casa::Vector<casa::Bool> haveXPol_;
     106  casa::String refRx_;
    104107};
    105108
Note: See TracChangeset for help on using the changeset viewer.