lci.h

Go to the documentation of this file.
00001 #ifndef __SEAM_LCI
00002 #define __SEAM_LCI
00003 
00004 #include "utils.h"
00005 
00006 /* local cubic interpolation */
00007 
00008 void lci(int nx,       /* output length                     */
00009      int ny,       /* input length                      */
00010      float dy,     /* input step,                       */
00011      float oy,     /* input origin                      */
00012      float * yx,   /* abscissa map (length = nx)        */
00013      float * fy,   /* input data, fcn y (length = ny)   */
00014      float * fx    /* output data, fcn x (length = nx)  */
00015      );
00016 
00017 #endif

Generated on 5 Jan 2017 for IWAVETRACE by  doxygen 1.4.7