Ignore:
Timestamp:
08/28/06 12:28:27 (18 years ago)
Author:
mar637
Message:

Fix for ticket #61 - changing of default polarisation. Done ticket #62 as far as possible. Tid data gets automatically set as 'circular'\nAlso add circular pol class which was missing so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r1170 r1189  
    9393
    9494  void setInstrument(const std::string& name) {table_->setInstrument(name);}
     95  void setFeedType(const std::string& ftype) {table_->setFeedType(ftype);}
    9596
    9697  std::vector<bool> getMask(int whichrow=0) const
Note: See TracChangeset for help on using the changeset viewer.