- Timestamp:
- Oct 16, 2017, 4:31:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/opihi/cmd.data/init.c
r40146 r40174 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.
