IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding functions for native spline

File:
1 edited

Legend:

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

    r34524 r34525  
    102102int shift            PROTO((int, char **));
    103103int sort_vectors     PROTO((int, char **));
     104int spline_command   PROTO((int, char **));
    104105int imspline_apply   PROTO((int, char **));
    105106int imspline_construct PROTO((int, char **));
     
    254255  {1, "shift",        shift,            "shift data in an image"},
    255256  {1, "sort",         sort_vectors,     "sort list of vectors"},
     257  {1, "spline",       spline_command,   "shift data in an image"},
    256258  {1, "imspline.apply", imspline_apply, "apply spline fit to generate an image"},
    257259  {1, "imspline.const", imspline_construct, "create spline 2nd deriv. terms"},
Note: See TracChangeset for help on using the changeset viewer.