Changeset 17283 for trunk/Ohana/src/opihi/cmd.astro
- Timestamp:
- Apr 2, 2008, 12:36:34 PM (18 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r16935 r17283 17 17 srcs = \ 18 18 $(SRC)/init.$(ARCH).o \ 19 $(SRC)/altaz.$(ARCH).o \ 19 20 $(SRC)/biassub.$(ARCH).o \ 20 21 $(SRC)/cgrid.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.astro/init.c
r16425 r17283 1 1 # include "astro.h" 2 2 3 int altaz PROTO((int, char **)); 3 4 int biassub PROTO((int, char **)); 4 5 int cgrid PROTO((int, char **)); … … 36 37 37 38 static Command cmds[] = { 39 {1, "altaz", altaz, "convert alt/az to/from ra/dec"}, 38 40 {1, "biassub", biassub, "subtract medianed overscan row or column"}, 39 41 {1, "cgrid", cgrid, "plot sky coordinate grid"},
Note:
See TracChangeset
for help on using the changeset viewer.
