Changeset 42389 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi/cmd.data/init.c
r42128 r42389 126 126 int queue2book PROTO((int, char **)); 127 127 int rd PROTO((int, char **)); 128 int rdjpg PROTO((int, char **)); 128 129 int rdseg PROTO((int, char **)); 129 130 int read_vectors PROTO((int, char **)); … … 160 161 int tvgrid PROTO((int, char **)); 161 162 int opihi_type PROTO((int, char **)); 163 int opihi_size PROTO((int, char **)); 162 164 int uniq PROTO((int, char **)); 163 165 int uniqpair PROTO((int, char **)); … … 336 338 {1, "ipptool2book", queue2book, "convert queue with ipptool output to book"}, 337 339 {1, "rd", rd, "load fits image"}, 340 {1, "rdjpg", rdjpg, "load jpeg image"}, 338 341 {1, "rdseg", rdseg, "read a segment of an image from a file"}, 339 342 {1, "read", read_vectors, "read vectors from datafile"}, … … 350 353 {1, "set", set, "image and vector math"}, 351 354 {1, "shift", shift, "shift data in an image"}, 355 {1, "size", opihi_size, "get vector/matrix dimension/size information"}, 352 356 {1, "sort", sort_vectors, "sort list of vectors"}, 353 357 {1, "spline", spline_command, "shift data in an image"},
Note:
See TracChangeset
for help on using the changeset viewer.
