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/CMakeLists.txt

    r2702 r2703  
    7171     ${SRCDIR}/PlotHelper.cpp
    7272     ${SRCDIR}/STApplyTable.cpp
    73      ${SRCDIR}/STCalTsys.cpp
    74      ${SRCDIR}/STCalSky.cpp )
     73     ${SRCDIR}/STCalTsysTable.cpp
     74     ${SRCDIR}/STCalSkyTable.cpp
     75     ${SRCDIR}/STCalibration.cpp
     76     ${SRCDIR}/STCalSkyPSAlma.cpp
     77     ${SRCDIR}/STCalTsys.cpp )
    7578
    7679set( ASAP_PYSRCS
Note: See TracChangeset for help on using the changeset viewer.