- Timestamp:
- Oct 1, 2009, 1:47:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/Ohana/src/opihi/cmd.astro/init.c
r25033 r25725 5 5 int cgrid PROTO((int, char **)); 6 6 int coords PROTO((int, char **)); 7 int cdot PROTO((int, char **)); 7 8 int cplot PROTO((int, char **)); 8 9 int csystem PROTO((int, char **)); … … 51 52 {1, "cgrid", cgrid, "plot sky coordinate grid"}, 52 53 {1, "coords", coords, "load coordinates for buffer from file"}, 54 {1, "cdot", cdot, "plot point in sky coordinates"}, 53 55 {1, "cplot", cplot, "plot vectors in sky coordinates"}, 54 56 {1, "csystem", csystem, "convert between coordinate systems"},
Note:
See TracChangeset
for help on using the changeset viewer.
