- Timestamp:
- Dec 13, 2015, 5:50:46 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/cmd.astro/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/init.c
r39223 r39266 9 9 int cneedles PROTO((int, char **)); 10 10 int cplot PROTO((int, char **)); 11 int crotation PROTO((int, char **)); 11 12 int csystem PROTO((int, char **)); 12 13 int ctimes PROTO((int, char **)); … … 78 79 {1, "cneedles", cneedles, "plot vectors in sky coordinates"}, 79 80 {1, "cplot", cplot, "plot vectors in sky coordinates"}, 81 {1, "crotation", crotation, "rotate in 3D"}, 80 82 {1, "csystem", csystem, "convert between coordinate systems"}, 81 83 {1, "ctimes", ctimes, "convert between time formats"},
Note:
See TracChangeset
for help on using the changeset viewer.
