Changeset 37807 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/init.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r37049 r37807 1 1 # include "data.h" 2 // XXX adding a comment 2 3 3 4 int accum PROTO((int, char **)); … … 31 32 int densify PROTO((int, char **)); 32 33 int device PROTO((int, char **)); 34 int dft2d PROTO((int, char **)); 33 35 int dimendown PROTO((int, char **)); 34 36 int dimenup PROTO((int, char **)); … … 147 149 int vpop PROTO((int, char **)); 148 150 int vsmooth PROTO((int, char **)); 151 int vsh PROTO((int, char **)); 152 int vshfit PROTO((int, char **)); 153 int shterms PROTO((int, char **)); 154 int shfit PROTO((int, char **)); 155 int shdot PROTO((int, char **)); 156 int shapply PROTO((int, char **)); 149 157 int wd PROTO((int, char **)); 150 158 int write_vectors PROTO((int, char **)); … … 189 197 {1, "densify", densify, "create an image histogram from a set of vectors"}, 190 198 {1, "device", device, "set / get current graphics device"}, 199 {1, "dft2d", dft2d, "2D discrete fourier transform"}, 191 200 {1, "dimendown", dimendown, "convert image to vector"}, 192 201 {1, "dimenup", dimenup, "convert vector to image"}, … … 314 323 {1, "vstats", vstats, "statistics on a vector"}, 315 324 {1, "vzload", vzload, "load vectors as overlay on image display (scaled points)"}, 325 {1, "vsh", vsh, "Vector Spherical Harmonics"}, 326 {1, "vshfit", vshfit, "Vector Spherical Harmonics fits"}, 327 {1, "shterms", shterms, "Spherical Harmonics terms"}, 328 {1, "shfit", shfit, "Spherical Harmonics fits"}, 329 {1, "shdot", shdot, "Spherical Harmonics dot product"}, 330 {1, "shapply", shapply, "Spherical Harmonics fit application"}, 316 331 {1, "wd", wd, "write an image to a file"}, 317 332 {1, "write", write_vectors, "write vectors to datafile"},
Note:
See TracChangeset
for help on using the changeset viewer.
