IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2012, 2:37:19 PM (14 years ago)
Author:
eugene
Message:

rename image spline functions to have im prepended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/spline_construct.c

    r34088 r34523  
    22
    33// need to rename this as an image function
    4 int spline_construct_cmd (int argc, char **argv) {
     4int imspline_construct (int argc, char **argv) {
    55 
    66  int i, j, Nx, Ny;
     
    99
    1010  if (argc != 4) {
    11     gprint (GP_ERR, "USAGE: spline_construct <in> <out> (x/y)\n");
     11    gprint (GP_ERR, "USAGE: imspline_construct <in> <out> (x/y)\n");
    1212    return (FALSE);
    1313  }
     
    5555    }
    5656 
    57     spline_construct (Tx, Ty, Ny, Ty2);
     57    spline_construct_flt (Tx, Ty, Ny, Ty2);
    5858 
    5959    /* copy derivatives to output buffer */
Note: See TracChangeset for help on using the changeset viewer.