Ignore:
Timestamp:
04/05/06 14:30:35 (18 years ago)
Author:
mar637
Message:

added direction reference conversions as in Ticket #13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r972 r987  
    131131  int nrow() const {return table_->nrow();}
    132132  int ncycle(int scanno) const {return table_->ncycle(scanno);}
    133   ///@todo int nstokes() {return table_->nStokes();}
    134133
    135134  void makePersistent(const std::string& fname)
     
    153152    return table_->getCoordInfo();
    154153  }
     154
     155  void setDirection(const std::string& refstr="")
     156    { table_->setDirectionRefString(refstr); }
    155157
    156158  casa::CountedPtr<Scantable> getCP() const {return table_;}
Note: See TracChangeset for help on using the changeset viewer.