- Timestamp:
- Mar 17, 2013, 6:16:50 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
xsection.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/Ohana/src/opihi/cmd.data/Makefile
r35237 r35316 150 150 $(SRC)/vsmooth.$(ARCH).o \ 151 151 $(SRC)/vstats.$(ARCH).o \ 152 $(SRC)/xsection.$(ARCH).o \ 152 153 $(SRC)/wd.$(ARCH).o \ 153 154 $(SRC)/write_vectors.$(ARCH).o \ -
branches/eam_branches/ipp-20130307/Ohana/src/opihi/cmd.data/init.c
r35237 r35316 141 141 int wd PROTO((int, char **)); 142 142 int write_vectors PROTO((int, char **)); 143 int xsection PROTO((int, char **)); 143 144 int zap PROTO((int, char **)); 144 145 int zplot PROTO((int, char **)); … … 299 300 {1, "wd", wd, "write an image to a file"}, 300 301 {1, "write", write_vectors, "write vectors to datafile"}, 302 {1, "xsection", xsection, "generate cross-section histogram for an image (or region)"}, 301 303 {1, "zap", zap, "assign values to pixel regions"}, 302 304 {1, "zplot", zplot, "plot x y with size scaled by z"},
Note:
See TracChangeset
for help on using the changeset viewer.
