Changeset 21541
- Timestamp:
- Feb 19, 2009, 12:12:30 PM (17 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 2 edited
-
cmd.data/init.c (modified) (1 diff)
-
dvo/init.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r21508 r21541 134 134 {1, "box", box, "draw a box on the plot"}, 135 135 {1, "buffers", list_buffers, "list the currently allocated buffers (images)"}, 136 {1, "images", list_buffers, "list the currently allocated images"},137 136 {1, "center", center, "center image on coords"}, 138 137 {1, "circstats", circstats, "circular statistics"}, -
trunk/Ohana/src/opihi/dvo/init.c
r19579 r21541 35 35 int imrough PROTO((int, char **)); 36 36 int imsearch PROTO((int, char **)); 37 int imstats PROTO((int, char **));38 37 int lcat PROTO((int, char **)); 39 38 int lcurve PROTO((int, char **)); … … 86 85 {1, "imrough", imrough, "get info from imruf database"}, 87 86 {1, "imsearch", imsearch, "get info from imreg database"}, 88 {1, "imstats", imstats, "plot image statistics"},89 87 {1, "lcat", lcat, "list catalogs in region"}, 90 88 {1, "lcurve", lcurve, "plot lightcurve for a star"}, … … 104 102 {1, "subpix", subpix, "get subpixel positions"}, 105 103 {1, "version", version, "show version information"}, 104 //{1, "imstats", imstats, "plot image statistics"}, 106 105 //{1, "addxtra", addxtra, "add extra data to object"}, 107 106 //{1, "getxtra", getxtra, "get extra data from object"},
Note:
See TracChangeset
for help on using the changeset viewer.
