Changeset 30972
- Timestamp:
- Mar 18, 2011, 2:01:07 PM (15 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r25757 r30972 22 22 $(SRC)/coords.$(ARCH).o \ 23 23 $(SRC)/cdot.$(ARCH).o \ 24 $(SRC)/cline.$(ARCH).o \ 24 25 $(SRC)/cplot.$(ARCH).o \ 25 26 $(SRC)/csystem.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.astro/init.c
r25757 r30972 6 6 int coords PROTO((int, char **)); 7 7 int cdot PROTO((int, char **)); 8 int cline PROTO((int, char **)); 8 9 int cplot PROTO((int, char **)); 9 10 int csystem PROTO((int, char **)); … … 53 54 {1, "coords", coords, "load coordinates for buffer from file"}, 54 55 {1, "cdot", cdot, "plot point in sky coordinates"}, 56 {1, "cline", cline, "plot line connecting two sky coordinates"}, 55 57 {1, "cplot", cplot, "plot vectors in sky coordinates"}, 56 58 {1, "csystem", csystem, "convert between coordinate systems"},
Note:
See TracChangeset
for help on using the changeset viewer.
