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

    r2749 r2757  
    1313#define ASAPSTCALIBRATION_H
    1414
    15 #include <memory>
    16 
    1715#include <casa/aips.h>
    1816#include <casa/Arrays/Vector.h>
     
    2018#include <casa/Utilities/CountedPtr.h>
    2119#include <casa/Logging/LogIO.h>
     20#include <casa/Containers/Record.h>
    2221
    2322#include <scimath/Mathematics/InterpolateArray1D.h>
     
    4443  //const STApplyTable &applytable() {return *applytable_;}
    4544  const casa::CountedPtr<STApplyTable> applytable() {return applytable_;}
     45
     46  void setOption(casa::Record &rec) {options_ = rec;}
     47
    4648protected:
    4749  virtual void setupSelector() = 0;
     
    5254  casa::CountedPtr<STApplyTable> applytable_;
    5355  casa::LogIO os_;
     56  casa::Record options_;
    5457};
    5558
Note: See TracChangeset for help on using the changeset viewer.