Changeset 38062 for trunk/Ohana/src/opihi/cmd.astro/init.c
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/Ohana
- Property svn:mergeinfo deleted
-
trunk/Ohana/src/opihi/cmd.astro/init.c
r37807 r38062 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"},
Note:
See TracChangeset
for help on using the changeset viewer.
