Changeset 42349 for branches/eam_branches/ipp-20220316
- Timestamp:
- Feb 2, 2023, 3:03:55 PM (3 years ago)
- Location:
- branches/eam_branches/ipp-20220316/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/Ohana/src/opihi/cmd.data/Makefile
r42305 r42349 140 140 $(SRC)/radial.$(ARCH).o \ 141 141 $(SRC)/rd.$(ARCH).o \ 142 $(SRC)/rdjpg.$(ARCH).o \ 142 143 $(SRC)/rdseg.$(ARCH).o \ 143 144 $(SRC)/read_vectors.$(ARCH).o \ -
branches/eam_branches/ipp-20220316/Ohana/src/opihi/cmd.data/init.c
r42305 r42349 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 **)); … … 337 338 {1, "ipptool2book", queue2book, "convert queue with ipptool output to book"}, 338 339 {1, "rd", rd, "load fits image"}, 340 {1, "rdjpg", rdjpg, "load jpeg image"}, 339 341 {1, "rdseg", rdseg, "read a segment of an image from a file"}, 340 342 {1, "read", read_vectors, "read vectors from datafile"},
Note:
See TracChangeset
for help on using the changeset viewer.
