- Timestamp:
- Jul 17, 2014, 12:32:26 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/Ohana
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
src/opihi (modified) (1 prop)
-
src/opihi/cmd.data (modified) (1 prop)
-
src/opihi/cmd.data/init.c (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/Ohana
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi/cmd.data
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi/cmd.data/init.c
r35416 r37067 10 10 int center PROTO((int, char **)); 11 11 int parity PROTO((int, char **)); 12 int cast PROTO((int, char **)); 12 13 int circstats PROTO((int, char **)); 13 14 int clear PROTO((int, char **)); … … 52 53 int imcut PROTO((int, char **)); 53 54 int imhist PROTO((int, char **)); 55 int impeaks PROTO((int, char **)); 54 56 int imsmooth PROTO((int, char **)); 57 int imsmooth_generic PROTO((int, char **)); 58 int imsmooth_2d PROTO((int, char **)); 55 59 int integrate PROTO((int, char **)); 56 60 int interpolate PROTO((int, char **)); 61 int join PROTO((int, char **)); 57 62 int jpeg PROTO((int, char **)); 58 63 int kern PROTO((int, char **)); … … 74 79 int mget PROTO((int, char **)); 75 80 int minterp PROTO((int, char **)); 81 int medimage_command PROTO((int, char **)); 76 82 int mset PROTO((int, char **)); 77 83 int peak PROTO((int, char **)); … … 81 87 int point PROTO((int, char **)); 82 88 int ps PROTO((int, char **)); 89 int print_vectors PROTO((int, char **)); 83 90 int queuelist PROTO((int, char **)); 84 91 int queueload PROTO((int, char **)); … … 133 140 int vmaxwell PROTO((int, char **)); 134 141 int vload PROTO((int, char **)); 142 int vlist PROTO((int, char **)); 135 143 int vzload PROTO((int, char **)); 136 144 int vstats PROTO((int, char **)); … … 160 168 {1, "buffers", list_buffers, "list the currently allocated buffers (images)"}, 161 169 {1, "center", center, "center image on coords"}, 170 {1, "cast", cast, "cast input vector to specified type"}, 162 171 {1, "circstats", circstats, "circular statistics"}, 163 172 {1, "clear", clear, "erase plot"}, … … 205 214 {1, "imcut", imcut, "linear image cut between arbitrary coords"}, 206 215 {1, "imhistogram", imhist, "histogram of an image region"}, 216 {1, "impeaks", impeaks, "find peaks in an image (return vectors)"}, 207 217 {1, "imsmooth", imsmooth, "circular gaussian smoothing"}, 218 {1, "imsmooth.generic", imsmooth_generic, "circular non-gaussian smoothing"}, 219 {1, "imsmooth.2d", imsmooth_2d, "circular non-gaussian smoothing"}, 208 220 {1, "imstats", imstats, "statistics on a portion of an image"}, 209 221 {1, "integrate", integrate, "integrate a vector"}, 210 222 {1, "interpolate", interpolate, "interpolate between vector pairs"}, 223 {1, "join", join, "find the join of two ID vectors"}, 211 224 {1, "jpeg", jpeg, "convert display image to JPEG"}, 212 225 {1, "kern", kern, "convolve with 3x3 kernel"}, … … 224 237 {1, "minterp", minterp, "interpolate image pixels"}, 225 238 {1, "iminterp", minterp, "interpolate image pixels"}, 239 {1, "medimage", medimage_command, "median image manipulation"}, 226 240 {1, "matrix", matrix, "matrix math operations"}, 227 241 {1, "match2d", match2d, "match 2 pairs of X,Y vectors and return matched indexes"}, … … 237 251 {1, "ppm", jpeg, "convert display graphic to PPM"}, 238 252 {1, "ps", ps, "convert display to PostScript"}, 253 {1, "print_vectors", print_vectors, "print a set of vectors"}, 239 254 {1, "queuedelete", queuedelete, "delete a queue"}, 240 255 {1, "queuedrop", queuedrop, "drop values from queue matching a key"}, … … 290 305 {1, "vgrid", vgrid, "generate an image from a triplet of vectors"}, 291 306 {1, "vhistogram", histogram, "generate histogram from vector"}, 307 {1, "vlist", vlist, "append values to a vector from command line"}, 292 308 {1, "vload", vload, "load vectors as overlay on image display"}, 293 309 {1, "vmaxwell", vmaxwell, "fit a Maxwellian to a vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
