Changeset 40780 for branches/eam_branches/ohana.20190329/src/opihi
- Timestamp:
- Jun 6, 2019, 10:59:30 AM (7 years ago)
- Location:
- branches/eam_branches/ohana.20190329/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
kapamemory.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/opihi/cmd.data/Makefile
r40758 r40780 79 79 $(SRC)/join.$(ARCH).o \ 80 80 $(SRC)/jpeg.$(ARCH).o \ 81 $(SRC)/kapamemory.$(ARCH).o \ 81 82 $(SRC)/kern.$(ARCH).o \ 82 83 $(SRC)/keyword.$(ARCH).o \ -
branches/eam_branches/ohana.20190329/src/opihi/cmd.data/init.c
r40758 r40780 68 68 int join PROTO((int, char **)); 69 69 int jpeg PROTO((int, char **)); 70 int kapamemory PROTO((int, char **)); 70 71 int kern PROTO((int, char **)); 71 72 int keyword PROTO((int, char **)); … … 264 265 {1, "join", join, "find the join of two ID vectors"}, 265 266 {1, "jpeg", jpeg, "convert display image to JPEG"}, 267 {1, "kapamemory", kapamemory, "manage kapa memory dump options"}, 266 268 {1, "kern", kern, "convolve with 3x3 kernel"}, 267 269 {1, "keyword", keyword, "extract a FITS keyword from image header"},
Note:
See TracChangeset
for help on using the changeset viewer.
