- Timestamp:
- Mar 24, 2023, 9:47:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/init.c
r42389 r42438 70 70 int imresample PROTO((int, char **)); 71 71 int imcollapse PROTO((int, char **)); 72 int impoints PROTO((int, char **)); 72 73 int integrate PROTO((int, char **)); 73 74 int interpolate PROTO((int, char **)); … … 280 281 {1, "imconvolve", imconvolve, "full 2D real-space convolution"}, 281 282 {1, "imstats", imstats, "statistics on a portion of an image"}, 283 {1, "impoints", impoints, "insert points into an image by vector pair"}, 282 284 {1, "integrate", integrate, "integrate a vector"}, 283 285 {1, "interpolate_presort", interpolate_presort, "interpolate between vector pairs"},
Note:
See TracChangeset
for help on using the changeset viewer.
