IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2008, 12:36:34 PM (18 years ago)
Author:
eugene
Message:

move altaz from dimm to cmd.astro

Location:
trunk/Ohana/src/opihi/cmd.astro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/Makefile

    r16935 r17283  
    1717srcs = \
    1818$(SRC)/init.$(ARCH).o             \
     19$(SRC)/altaz.$(ARCH).o             \
    1920$(SRC)/biassub.$(ARCH).o           \
    2021$(SRC)/cgrid.$(ARCH).o             \
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r16425 r17283  
    11# include "astro.h"
    22
     3int altaz                   PROTO((int, char **));
    34int biassub                 PROTO((int, char **));
    45int cgrid                   PROTO((int, char **));
     
    3637
    3738static Command cmds[] = { 
     39  {1, "altaz",       altaz,        "convert alt/az to/from ra/dec"},
    3840  {1, "biassub",     biassub,      "subtract medianed overscan row or column"},
    3941  {1, "cgrid",       cgrid,        "plot sky coordinate grid"},
Note: See TracChangeset for help on using the changeset viewer.