- Timestamp:
- Nov 29, 2015, 9:35:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/init.c
r39183 r39194 7 7 int cdot PROTO((int, char **)); 8 8 int cline PROTO((int, char **)); 9 int cneedles PROTO((int, char **)); 9 10 int cplot PROTO((int, char **)); 10 11 int csystem PROTO((int, char **)); … … 73 74 {1, "cdot", cdot, "plot point in sky coordinates"}, 74 75 {1, "cline", cline, "plot line connecting two sky coordinates"}, 76 {1, "cneedles", cneedles, "plot vectors in sky coordinates"}, 75 77 {1, "cplot", cplot, "plot vectors in sky coordinates"}, 76 78 {1, "csystem", csystem, "convert between coordinate systems"},
Note:
See TracChangeset
for help on using the changeset viewer.
