Ignore:
Timestamp:
01/09/13 19:27:23 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: Yes

JIRA Issue: Yes CAS-4770 and its sub-tickets

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 applycal for single dish calibration.
Added new classes for the operation (STApplyCal, Calibrator, PSAlmaCalibrator,
Locator, BisectionLocator?, Interpolator1D, NearestInterpolator1D).
Also, modified existing classes to fit with implementation of applycal.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r2707 r2720  
    7676     ${SRCDIR}/STCalibration.cpp
    7777     ${SRCDIR}/STCalSkyPSAlma.cpp
    78      ${SRCDIR}/STCalTsys.cpp )
     78     ${SRCDIR}/STCalTsys.cpp
     79     ${SRCDIR}/STApplyCal.cpp
     80     ${SRCDIR}/Calibrator.cpp
     81     ${SRCDIR}/PSAlmaCalibrator.cpp
     82     ${SRCDIR}/Locator.cpp
     83     ${SRCDIR}/BisectionLocator.cpp
     84     ${SRCDIR}/Interpolator1D.cpp
     85     ${SRCDIR}/NearestInterpolator1D.cpp )
    7986
    8087set( ASAP_PYSRCS
Note: See TracChangeset for help on using the changeset viewer.