- Timestamp:
- Mar 28, 2012, 8:10:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/init.c
r33600 r33615 23 23 int fitsed PROTO((int, char **)); 24 24 int gcat PROTO((int, char **)); 25 int catlist PROTO((int, char **)); 25 26 int getxtra PROTO((int, char **)); 26 27 int gimages PROTO((int, char **)); … … 48 49 int paverage PROTO((int, char **)); 49 50 int procks PROTO((int, char **)); 51 int remote PROTO((int, char **)); 50 52 int showtile PROTO((int, char **)); 51 53 int skycat PROTO((int, char **)); … … 78 80 {1, "fitsed", fitsed, "fit stellar SEDs to objects"}, 79 81 {1, "gcat", gcat, "get catalog at location"}, 82 {1, "catlist", catlist, "get list of catalogs for region / host"}, 80 83 {1, "gimages", gimages, "get images at location"}, 81 84 {1, "gstar", gstar, "get star statistics"}, … … 101 104 {1, "paverage", paverage, "plot average magnitude"}, 102 105 {1, "procks", procks, "plot rocks"}, 106 {1, "remote", remote, "generic remote dvo client operation"}, 103 107 {1, "showtile", showtile, "plot tile pattern"}, 104 108 {1, "skycat", skycat, "show sky catalog boundaries"},
Note:
See TracChangeset
for help on using the changeset viewer.
