Changeset 37850 for branches/eam_branches/ipp-20150112/Ohana/src
- Timestamp:
- Jan 17, 2015, 5:52:54 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20150112/Ohana/src/opihi
- Files:
-
- 2 added
- 3 edited
-
cmd.astro/Makefile (modified) (1 diff)
-
cmd.astro/cdhistogram.c (added)
-
cmd.astro/init.c (modified) (2 diffs)
-
cmd.data/init.c (modified) (2 diffs)
-
cmd.data/mget3d.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.astro/Makefile
r37807 r37850 29 29 $(SRC)/czplot.$(ARCH).o \ 30 30 $(SRC)/cdensify.$(ARCH).o \ 31 $(SRC)/cdhistogram.$(ARCH).o \ 31 32 $(SRC)/drizzle.$(ARCH).o \ 32 33 $(SRC)/flux.$(ARCH).o \ -
branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.astro/init.c
r37807 r37850 14 14 int czcplot PROTO((int, char **)); 15 15 int cdensify PROTO((int, char **)); 16 int cdhistogram PROTO((int, char **)); 16 17 int drizzle PROTO((int, char **)); 17 18 int flux PROTO((int, char **)); … … 77 78 {1, "czplot", czplot, "plot scaled vectors in sky coordinates"}, 78 79 {1, "czcplot", czcplot, "plot color-scaled vectors in sky coordinates"}, 79 {1, "cdensify", cdensify, "vectors to density history on projection"}, 80 {1, "cdensify", cdensify, "vectors to density history on projection"}, 81 {1, "cdhistogram", cdhistogram, "vectors to 3D histogram on projection"}, 80 82 {1, "drizzle", drizzle, "transform image to image"}, 81 83 {1, "flux", flux, "flux in a convex contour"}, -
branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.data/init.c
r37807 r37850 80 80 int medacc PROTO((int, char **)); 81 81 int mget PROTO((int, char **)); 82 int mget3d PROTO((int, char **)); 82 83 int minterp PROTO((int, char **)); 83 84 int medimage_command PROTO((int, char **)); … … 243 244 {1, "medacc", medacc, "accumulate vector values in another vector"}, 244 245 {1, "mget", mget, "extract a vector from an image"}, 246 {1, "mget3d", mget3d, "extract a vector from a 3D image"}, 245 247 {1, "imget", mget, "extract a vector from an image"}, 246 248 {1, "minterp", minterp, "interpolate image pixels"},
Note:
See TracChangeset
for help on using the changeset viewer.
