IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

rename image spline function to have im prepended

Location:
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data
Files:
2 edited
2 moved

Legend:

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

    r33662 r34524  
    114114$(SRC)/shift.$(ARCH).o          \
    115115$(SRC)/sort.$(ARCH).o           \
    116 $(SRC)/spline_apply.$(ARCH).o   \
    117 $(SRC)/spline_construct.$(ARCH).o \
     116$(SRC)/imspline_apply.$(ARCH).o \
     117$(SRC)/imspline_construct.$(ARCH).o \
    118118$(SRC)/imstats.$(ARCH).o           \
    119119$(SRC)/style.$(ARCH).o             \
  • branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/init.c

    r33662 r34524  
    102102int shift            PROTO((int, char **));
    103103int sort_vectors     PROTO((int, char **));
    104 int spline_apply_cmd PROTO((int, char **));
    105 int spline_construct_cmd PROTO((int, char **));
     104int imspline_apply  PROTO((int, char **));
     105int imspline_construct PROTO((int, char **));
    106106int stats            PROTO((int, char **));
    107107int imstats          PROTO((int, char **));
     
    254254  {1, "shift",        shift,            "shift data in an image"},
    255255  {1, "sort",         sort_vectors,     "sort list of vectors"},
    256   {1, "spline.apply", spline_apply_cmd, "apply spline fit to generate an image"},
    257   {1, "spline.const", spline_construct_cmd, "create spline 2nd deriv. terms"},
     256  {1, "imspline.apply", imspline_apply, "apply spline fit to generate an image"},
     257  {1, "imspline.const", imspline_construct, "create spline 2nd deriv. terms"},
    258258  {1, "stats",        imstats,          "statistics on a portion of an image"},
    259259  {1, "style",        style,            "set the style for graph plots"},
Note: See TracChangeset for help on using the changeset viewer.