Changeset 41432 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Nov 10, 2020, 1:25:05 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r41421 r41432 64 64 int imsmooth_generic PROTO((int, char **)); 65 65 int imsmooth_2d PROTO((int, char **)); 66 int imconvolve PROTO((int, char **)); 66 67 int integrate PROTO((int, char **)); 67 68 int interpolate PROTO((int, char **)); … … 264 265 {1, "imsmooth.generic", imsmooth_generic, "circular non-gaussian smoothing"}, 265 266 {1, "imsmooth.2d", imsmooth_2d, "circular non-gaussian smoothing"}, 267 {1, "imconvolve", imconvolve, "full 2D real-space convolution"}, 266 268 {1, "imstats", imstats, "statistics on a portion of an image"}, 267 269 {1, "integrate", integrate, "integrate a vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
