IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add cline to Makefile and init code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.