- Timestamp:
- Apr 21, 2014, 5:42:34 AM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/opihi (modified) (1 prop)
-
Ohana/src/opihi/cmd.data (modified) (1 prop)
-
Ohana/src/opihi/cmd.data/init.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana
- Property svn:mergeinfo deleted
-
branches/eam_branches/ps2-tc3-20130727/Ohana/src/opihi
- Property svn:mergeinfo deleted
-
branches/eam_branches/ps2-tc3-20130727/Ohana/src/opihi/cmd.data
- Property svn:mergeinfo deleted
-
branches/eam_branches/ps2-tc3-20130727/Ohana/src/opihi/cmd.data/init.c
r35416 r36680 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 **)); … … 133 139 int vmaxwell PROTO((int, char **)); 134 140 int vload PROTO((int, char **)); 141 int vlist PROTO((int, char **)); 135 142 int vzload PROTO((int, char **)); 136 143 int vstats PROTO((int, char **)); … … 160 167 {1, "buffers", list_buffers, "list the currently allocated buffers (images)"}, 161 168 {1, "center", center, "center image on coords"}, 169 {1, "cast", cast, "cast input vector to specified type"}, 162 170 {1, "circstats", circstats, "circular statistics"}, 163 171 {1, "clear", clear, "erase plot"}, … … 205 213 {1, "imcut", imcut, "linear image cut between arbitrary coords"}, 206 214 {1, "imhistogram", imhist, "histogram of an image region"}, 215 {1, "impeaks", impeaks, "find peaks in an image (return vectors)"}, 207 216 {1, "imsmooth", imsmooth, "circular gaussian smoothing"}, 217 {1, "imsmooth.generic", imsmooth_generic, "circular non-gaussian smoothing"}, 218 {1, "imsmooth.2d", imsmooth_2d, "circular non-gaussian smoothing"}, 208 219 {1, "imstats", imstats, "statistics on a portion of an image"}, 209 220 {1, "integrate", integrate, "integrate a vector"}, 210 221 {1, "interpolate", interpolate, "interpolate between vector pairs"}, 222 {1, "join", join, "find the join of two ID vectors"}, 211 223 {1, "jpeg", jpeg, "convert display image to JPEG"}, 212 224 {1, "kern", kern, "convolve with 3x3 kernel"}, … … 224 236 {1, "minterp", minterp, "interpolate image pixels"}, 225 237 {1, "iminterp", minterp, "interpolate image pixels"}, 238 {1, "medimage", medimage_command, "median image manipulation"}, 226 239 {1, "matrix", matrix, "matrix math operations"}, 227 240 {1, "match2d", match2d, "match 2 pairs of X,Y vectors and return matched indexes"}, … … 290 303 {1, "vgrid", vgrid, "generate an image from a triplet of vectors"}, 291 304 {1, "vhistogram", histogram, "generate histogram from vector"}, 305 {1, "vlist", vlist, "append values to a vector from command line"}, 292 306 {1, "vload", vload, "load vectors as overlay on image display"}, 293 307 {1, "vmaxwell", vmaxwell, "fit a Maxwellian to a vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
