Ignore:
Timestamp:
01/11/13 18:48:37 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4770, CAS-4774

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...

Updated STApplyCal to be able to specify interpolation method.
The method can be specified in time and frequency axes independently.
Possible options are nearest, linear (default), (natural) cubic spline,
and polynomial with arbitrary order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r2720 r2727  
    8282     ${SRCDIR}/Locator.cpp
    8383     ${SRCDIR}/BisectionLocator.cpp
     84     ${SRCDIR}/HuntLocator.cpp
     85     ${SRCDIR}/BufferedBisectionLocator.cpp
    8486     ${SRCDIR}/Interpolator1D.cpp
    85      ${SRCDIR}/NearestInterpolator1D.cpp )
     87     ${SRCDIR}/NearestInterpolator1D.cpp
     88     ${SRCDIR}/LinearInterpolator1D.cpp
     89     ${SRCDIR}/BufferedLinearInterpolator1D.cpp
     90     ${SRCDIR}/CubicSplineInterpolator1D.cpp
     91     ${SRCDIR}/PolynomialInterpolator1D.cpp )
    8692
    8793set( ASAP_PYSRCS
Note: See TracChangeset for help on using the changeset viewer.