Ignore:
Timestamp:
01/31/13 20:04:58 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4770

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs:

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

First version of Calibrator class for OTF scan without OFF.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CalibrationManager.h

    r2750 r2757  
    5151  void setTsysTransfer(unsigned int from,
    5252                       const std::vector<unsigned int> &to);
     53  void setCalibrationOptions(const casa::Record &options) {options_ = options;}
    5354  void resetCalSetup();
    5455  void reset();
     
    6061private:
    6162  STCalEnum::InterpolationType stringToInterpolationEnum(const std::string &s);
     63
     64  casa::Bool isAlmaAntenna();
    6265
    6366  casa::CountedPtr<STApplyCal> applicator_;
     
    7275
    7376  casa::LogIO os_;
     77
     78  casa::Record options_;
    7479};
    7580
Note: See TracChangeset for help on using the changeset viewer.