Changeset 39558 for trunk/Ohana/src/opihi/cmd.data
- Timestamp:
- Apr 28, 2016, 11:09:46 AM (10 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/Makefile
r39225 r39558 149 149 $(SRC)/tvcontour.$(ARCH).o \ 150 150 $(SRC)/tvgrid.$(ARCH).o \ 151 $(SRC)/type.$(ARCH).o \ 151 152 $(SRC)/uniq.$(ARCH).o \ 152 153 $(SRC)/unsign.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.data/init.c
r39225 r39558 137 137 int tvcontour PROTO((int, char **)); 138 138 int tvgrid PROTO((int, char **)); 139 int opihi_type PROTO((int, char **)); 139 140 int uniq PROTO((int, char **)); 140 141 int unsign PROTO((int, char **)); … … 314 315 {1, "tvcontour", tvcontour, "send contour to image overlay"}, 315 316 {1, "tvgrid", tvgrid, "RA/DEC grid on an image"}, 317 {1, "type", opihi_type, "get scalar/vector/matrix type information"}, 316 318 {1, "ungridify", ungridify, "convert image region to vector triplet"}, 317 319 {1, "uniq", uniq, "create a uniq vector subset from a vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
