Changeset 1730 for trunk/src/Scantable.h


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/Scantable.h

    r1727 r1730  
    348348  std::vector<double> getAbcissa(int whichrow) const;
    349349
     350  std::vector<float> getWeather(int whichrow) const;
     351
    350352  std::string getAbcissaLabel(int whichrow) const;
    351353  std::vector<double> getRestFrequencies() const
Note: See TracChangeset for help on using the changeset viewer.