Changeset 42821 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- May 8, 2025, 4:29:52 PM (12 months ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r42456 r42821 56 56 int ungridify PROTO((int, char **)); 57 57 int histogram PROTO((int, char **)); 58 int histbins PROTO((int, char **)); 58 59 int tdhistogram PROTO((int, char **)); 59 60 int hermitian1d PROTO((int, char **)); … … 70 71 int imresample PROTO((int, char **)); 71 72 int imcollapse PROTO((int, char **)); 73 int impoints PROTO((int, char **)); 72 74 int integrate PROTO((int, char **)); 73 75 int interpolate PROTO((int, char **)); … … 265 267 {1, "header", header, "print image header"}, 266 268 {1, "histogram", histogram, "generate histogram from vector"}, 269 {1, "histbins", histbins, "generate histogram from vector, bins specified by vectors"}, 267 270 {1, "tdhistogram", tdhistogram, "generate 2D histogram image from vector set"}, 268 271 {1, "hermitian1d", hermitian1d, "generate 1-D Hermitian Polynomial"}, … … 281 284 {1, "imconvolve", imconvolve, "full 2D real-space convolution"}, 282 285 {1, "imstats", imstats, "statistics on a portion of an image"}, 286 {1, "impoints", impoints, "insert points into an image by vector pair"}, 283 287 {1, "integrate", integrate, "integrate a vector"}, 284 288 {1, "interpolate_presort", interpolate_presort, "interpolate between vector pairs"},
Note:
See TracChangeset
for help on using the changeset viewer.
