Changeset 34524 for branches/eam_branches/ipp-20120905/Ohana/src/opihi
- Timestamp:
- Oct 7, 2012, 2:38:31 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data
- Files:
-
- 2 edited
- 2 moved
-
Makefile (modified) (1 diff)
-
imspline_apply.c (moved) (moved from branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/spline_apply.c )
-
imspline_construct.c (moved) (moved from branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/spline_construct.c )
-
init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/Makefile
r33662 r34524 114 114 $(SRC)/shift.$(ARCH).o \ 115 115 $(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 \ 118 118 $(SRC)/imstats.$(ARCH).o \ 119 119 $(SRC)/style.$(ARCH).o \ -
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/init.c
r33662 r34524 102 102 int shift PROTO((int, char **)); 103 103 int sort_vectors PROTO((int, char **)); 104 int spline_apply_cmdPROTO((int, char **));105 int spline_construct_cmdPROTO((int, char **));104 int imspline_apply PROTO((int, char **)); 105 int imspline_construct PROTO((int, char **)); 106 106 int stats PROTO((int, char **)); 107 107 int imstats PROTO((int, char **)); … … 254 254 {1, "shift", shift, "shift data in an image"}, 255 255 {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"}, 258 258 {1, "stats", imstats, "statistics on a portion of an image"}, 259 259 {1, "style", style, "set the style for graph plots"},
Note:
See TracChangeset
for help on using the changeset viewer.
