- Timestamp:
- Nov 29, 2015, 9:35:02 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
cneedles.c (added)
-
init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/Makefile
r39183 r39194 23 23 $(SRC)/cdot.$(ARCH).o \ 24 24 $(SRC)/cline.$(ARCH).o \ 25 $(SRC)/cneedles.$(ARCH).o \ 25 26 $(SRC)/cplot.$(ARCH).o \ 26 27 $(SRC)/csystem.$(ARCH).o \ -
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.
