Changeset 40291 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Dec 13, 2017, 10:53:48 AM (9 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi/cmd.data/init.c
r40165 r40291 141 141 int tvcontour PROTO((int, char **)); 142 142 int tvgrid PROTO((int, char **)); 143 int opihi_type PROTO((int, char **));143 int opihi_type PROTO((int, char **)); 144 144 int uniq PROTO((int, char **)); 145 int uniqpair PROTO((int, char **)); 145 146 int unsign PROTO((int, char **)); 146 147 int vbin PROTO((int, char **)); … … 325 326 {1, "ungridify", ungridify, "convert image region to vector triplet"}, 326 327 {1, "uniq", uniq, "create a uniq vector subset from a vector"}, 328 {1, "uniqpair", uniqpair, "create a uniq vector subset from a pair of vectors, saving duplicates if desired"}, 327 329 {1, "unsign", unsign, "toggle the UNSIGN status"}, 328 330 {1, "vbin", vbin, "rebin vector data by a factor of N"},
Note:
See TracChangeset
for help on using the changeset viewer.
