Changeset 39245 for trunk/Ohana/src/opihi/cmd.astro
- Timestamp:
- Dec 11, 2015, 9:12:28 AM (11 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
crotation.c (added)
-
init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r39227 r39245 25 25 $(SRC)/cneedles.$(ARCH).o \ 26 26 $(SRC)/cplot.$(ARCH).o \ 27 $(SRC)/crotation.$(ARCH).o \ 27 28 $(SRC)/csystem.$(ARCH).o \ 28 29 $(SRC)/ctimes.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.astro/init.c
r39225 r39245 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.
