Ignore:
Timestamp:
09/18/09 18:42:35 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1422

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix

  1. Changed code to update Tsys after calibration
  2. Changed code to update FluxUnit? after calibration
  3. Removed additional log messages


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/Scantable.h

    r1603 r1634  
    309309  float getParAngle(int whichrow) const
    310310    { return paraCol_(whichrow); }
     311  int getTcalId(int whichrow) const
     312    { return mtcalidCol_(whichrow); }
    311313
    312314  std::string getSourceName(int whichrow) const
Note: See TracChangeset for help on using the changeset viewer.