Changeset 14401 for trunk/Ohana/src/opihi/dvo/init.c
- Timestamp:
- Aug 4, 2007, 10:15:51 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/init.c
r10793 r14401 48 48 int skycat PROTO((int, char **)); 49 49 int skycoverage PROTO((int, char **)); 50 int skyregion PROTO((int, char **)); 50 51 int simage PROTO((int, char **)); 51 52 int subpix PROTO((int, char **)); 52 53 int version PROTO((int, char **)); 53 54 /* temporarily exclude55 int addxtra PROTO((int, char **));56 {"addxtra", addxtra, "add extra data to object"},57 {"getxtra", getxtra, "get extra data from object"},58 {"catalog", catlog, "plot catalog stars"},59 */60 54 61 55 static Command cmds[] = { … … 104 98 {"skycat", skycat, "show sky catalog boundaries"}, 105 99 {"skycoverage", skycoverage, "measure image union on sky"}, 100 {"skyregion", skyregion, "set sky region for db queries"}, 106 101 {"simage", simage, "plot stars in an image"}, 107 102 {"subpix", subpix, "get subpixel positions"}, 108 103 {"version", version, "show version information"}, 104 //{"addxtra", addxtra, "add extra data to object"}, 105 //{"getxtra", getxtra, "get extra data from object"}, 109 106 }; 110 107
Note:
See TracChangeset
for help on using the changeset viewer.
