Index: trunk/Ohana/src/opihi/cmd.astro/Makefile
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/Makefile	(revision 17282)
+++ trunk/Ohana/src/opihi/cmd.astro/Makefile	(revision 17283)
@@ -17,4 +17,5 @@
 srcs = \
 $(SRC)/init.$(ARCH).o             \
+$(SRC)/altaz.$(ARCH).o	           \
 $(SRC)/biassub.$(ARCH).o	   \
 $(SRC)/cgrid.$(ARCH).o		   \
Index: trunk/Ohana/src/opihi/cmd.astro/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/init.c	(revision 17282)
+++ trunk/Ohana/src/opihi/cmd.astro/init.c	(revision 17283)
@@ -1,4 +1,5 @@
 # include "astro.h"
 
+int altaz                   PROTO((int, char **));
 int biassub                 PROTO((int, char **));
 int cgrid                   PROTO((int, char **));
@@ -36,4 +37,5 @@
 
 static Command cmds[] = {  
+  {1, "altaz",       altaz,        "convert alt/az to/from ra/dec"},
   {1, "biassub",     biassub,      "subtract medianed overscan row or column"},
   {1, "cgrid",       cgrid,        "plot sky coordinate grid"},
