Ignore:
Timestamp:
04/28/10 21:44:09 (14 years ago)
Author:
Malte Marquarding
Message:

Ticket #183: added get_weather to scantable. It returns a dicr or list of dicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r1598 r1730  
    210210    { return table_->checkScanInfo(scanlist); }
    211211
    212   std::vector<double>  getDirectionVector(int whichrow) const
     212  std::vector<double> getDirectionVector(int whichrow) const
    213213    { return table_->getDirectionVector(whichrow); }
    214214
     
    219219    return STCoordinate(table_->getSpectralCoordinate(row));
    220220  }
     221
     222  std::vector<float> getWeather(int whichrow) const
     223    { return table_->getWeather(whichrow); }
    221224
    222225private:
Note: See TracChangeset for help on using the changeset viewer.