Changeset 18718 for trunk/Ohana/src/opihi/cmd.astro
- Timestamp:
- Jul 24, 2008, 3:54:50 PM (18 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r17283 r18718 41 41 $(SRC)/precess.$(ARCH).o \ 42 42 $(SRC)/profile.$(ARCH).o \ 43 $(SRC)/radec.$(ARCH).o \ 43 44 $(SRC)/region.$(ARCH).o \ 44 45 $(SRC)/rotcurve.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.astro/init.c
r17283 r18718 27 27 int precess PROTO((int, char **)); 28 28 int profile PROTO((int, char **)); 29 int radec PROTO((int, char **)); 29 30 int region PROTO((int, char **)); 30 31 int rotcurve PROTO((int, char **)); … … 62 63 {1, "precess", precess, "precess coordinates"}, 63 64 {1, "profile", profile, "radial profile at X, Y"}, 65 {1, "radec", radec, "convert to/from radec in hms or dd"}, 64 66 {1, "region", region, "define sky region for plot"}, 65 67 {1, "rotcurve", rotcurve, "convert CO images to polar coords"},
Note:
See TracChangeset
for help on using the changeset viewer.
