Changeset 2791 for trunk/src/Scantable.h


Ignore:
Timestamp:
03/15/13 14:36:12 (11 years ago)
Author:
Malte Marquarding
Message:

Ticket #289: added anility to set Tsys, both for scalar and vector values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2789 r2791  
    342342    { return casa::Vector<casa::Float>(tsysCol_(whichrow))(0); }
    343343  std::vector<float> getTsysSpectrum(int whichrow) const ;
     344 
     345  void setTsys(const std::vector<float>& newvals, int whichrow);
     346
    344347  float getElevation(int whichrow) const
    345348    { return elCol_(whichrow); }
Note: See TracChangeset for help on using the changeset viewer.