Changeset 29450
- Timestamp:
- Oct 17, 2010, 9:11:19 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.data/Makefile
r29001 r29450 102 102 $(SRC)/read_vectors.$(ARCH).o \ 103 103 $(SRC)/rebin.$(ARCH).o \ 104 $(SRC)/resize.$(ARCH).o \ 104 $(SRC)/reindex.$(ARCH).o \ 105 $(SRC)/resize.$(ARCH).o \ 105 106 $(SRC)/relocate.$(ARCH).o \ 106 107 $(SRC)/roll.$(ARCH).o \ -
branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.data/init.c
r29001 r29450 91 91 int rebin PROTO((int, char **)); 92 92 int resize PROTO((int, char **)); 93 int reindex PROTO((int, char **)); 93 94 int relocate PROTO((int, char **)); 94 95 int roll PROTO((int, char **)); … … 232 233 {1, "read", read_vectors, "read vectors from datafile"}, 233 234 {1, "rebin", rebin, "rebin image data by factor of N"}, 235 {1, "reindex", reindex, "create new vector from old vector based on index vector"}, 234 236 {1, "resize", resize, "set graphics/image window size"}, 235 237 {1, "relocate", relocate, "set graphics/image window position"},
Note:
See TracChangeset
for help on using the changeset viewer.
