IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30972


Ignore:
Timestamp:
Mar 18, 2011, 2:01:07 PM (15 years ago)
Author:
watersc1
Message:

add cline to Makefile and init code

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

Legend:

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

    r25757 r30972  
    2222$(SRC)/coords.$(ARCH).o    \
    2323$(SRC)/cdot.$(ARCH).o              \
     24$(SRC)/cline.$(ARCH).o             \
    2425$(SRC)/cplot.$(ARCH).o             \
    2526$(SRC)/csystem.$(ARCH).o           \
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r25757 r30972  
    66int coords                  PROTO((int, char **));
    77int cdot                    PROTO((int, char **));
     8int cline                   PROTO((int, char **));
    89int cplot                   PROTO((int, char **));
    910int csystem                 PROTO((int, char **));
     
    5354  {1, "coords",      coords,       "load coordinates for buffer from file"},
    5455  {1, "cdot",        cdot,         "plot point in sky coordinates"},
     56  {1, "cline",       cline,        "plot line connecting two sky coordinates"},
    5557  {1, "cplot",       cplot,        "plot vectors in sky coordinates"},
    5658  {1, "csystem",     csystem,      "convert between coordinate systems"},
Note: See TracChangeset for help on using the changeset viewer.