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/STApplyCal.h

    r2720 r2727  
    7373  void init();
    7474
     75  // setup interpolator
     76  void initInterpolator();
     77
    7578  // single loop element in apply()
    7679  void doapply(casa::uInt beamno, casa::uInt ifno, casa::uInt polno,
Note: See TracChangeset for help on using the changeset viewer.