Changeset 25725
- Timestamp:
- Oct 1, 2009, 1:47:27 PM (17 years ago)
- Location:
- branches/eam_branches/20090715/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/Ohana/src/opihi/cmd.astro/Makefile
r25033 r25725 21 21 $(SRC)/cgrid.$(ARCH).o \ 22 22 $(SRC)/coords.$(ARCH).o \ 23 $(SRC)/cdot.$(ARCH).o \ 23 24 $(SRC)/cplot.$(ARCH).o \ 24 25 $(SRC)/csystem.$(ARCH).o \ -
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.
