Ignore:
Timestamp:
12/19/12 19:19:53 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: Yes

JIRA Issue: Yes CAS-4770, 4771, 4772

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

First version of calibration classes for sky calibration (STCalSkyPSAlma)
and Tsys calibration (STCalTsys), which are derived from base class
(STCalibration).

The caltable classes, STCalSky and STCalTsys, are renamed as STCalSkyTable
and STCalTsysTable, respectively.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STApplyTable.h

    r2696 r2703  
    66// Base class for application tables.
    77//
    8 // Author: Takeshi Nakazato
     8// Author: Takeshi Nakazato <takeshi.nakazato@nao.ac.jp> (C) 2012
    99//
    1010// Copyright: See COPYING file that comes with this distribution
    1111//
    1212//
    13 #ifndef ASAPAPPLYTABLE_H
    14 #define ASAPAPPLYTABLE_H
     13#ifndef ASAP_APPLY_TABLE_H
     14#define ASAP_APPLY_TABLE_H
    1515
    1616#include <casa/Arrays/Vector.h>
     
    6767  void unsetSelection();
    6868
     69  void save(const casa::String &name);
     70
    6971protected:
    7072  void setbasedata(casa::uInt irow, casa::uInt scanno, casa::uInt cycleno,
Note: See TracChangeset for help on using the changeset viewer.