Changeset 2727 for trunk/src/Locator.cpp


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/Locator.cpp

    r2720 r2727  
    1212#include <assert.h>
    1313
    14 #include <casa/Arrays/Vector.h>
    15 #include <casa/Exceptions/Error.h>
    16 
    1714#include "Locator.h"
    18 
    19 using namespace casa;
    2015
    2116namespace asap {
Note: See TracChangeset for help on using the changeset viewer.