Changeset 40383 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Apr 8, 2018, 11:09:47 AM (8 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
r40332 r40383 153 153 int vgrid PROTO((int, char **)); 154 154 int vgauss PROTO((int, char **)); 155 int vlorentz PROTO((int, char **)); 155 156 int vellipse PROTO((int, char **)); 156 157 int vmaxwell PROTO((int, char **)); … … 338 339 {1, "vtype", vtype, "return the vector type (FLT or INT)"}, 339 340 {1, "vgauss", vgauss, "fit a Gaussian to a vector"}, 341 {1, "vlorentz", vlorentz, "fit a Lorentzian to a vector"}, 340 342 {1, "vellipse", vellipse, "fit a Ellipse to a vector pair"}, 341 343 {1, "vgrid", vgrid, "generate an image from a triplet of vectors"},
Note:
See TracChangeset
for help on using the changeset viewer.
