Ignore:
Timestamp:
01/31/13 20:04:58 (12 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/STCalSkyPSAlma.h

    r2747 r2757  
    3939  STCalSkyPSAlma(casa::CountedPtr<Scantable> &s);
    4040
    41   ~STCalSkyPSAlma() {;}
     41  virtual ~STCalSkyPSAlma() {;}
    4242 
    43 private:
    44   void setupSelector();
    45   void fillCalTable();
     43protected:
     44  virtual void setupSelector();
     45  virtual void fillCalTable();
    4646};
    4747
Note: See TracChangeset for help on using the changeset viewer.