Ignore:
Timestamp:
03/17/06 10:10:59 (18 years ago)
Author:
mar637
Message:

More work on polarisation. STPol and labelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r901 r902  
    6969  //  std::string getPolarizationLabel(bool linear, bool stokes, bool linPol, int polIdx) const {
    7070  // Boost fails with 4 arguments.
    71   std::string getPolarizationLabel(bool linear, bool stokes,
    72                                    bool linPol) const {
    73     int polIdx = -1;
    74     return table_->getPolarizationLabel(linear, stokes, linPol, polIdx);
     71  std::string getPolarizationLabel(int index, const std::string& ptype) const {
     72    return table_->getPolarizationLabel(index, ptype);
    7573  }
    7674
     
    132130  int nscan() const {return table_->nscan();}
    133131  int nrow() const {return table_->nrow();}
     132  int ncycle(int scanno) const {return table_->ncycle(scanno);}
    134133  ///@todo int nstokes() {return table_->nStokes();}
    135134
Note: See TracChangeset for help on using the changeset viewer.