IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2015, 9:35:02 AM (11 years ago)
Author:
eugene
Message:

add vector needle diagrams

Location:
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/Makefile

    r39183 r39194  
    2323$(SRC)/cdot.$(ARCH).o              \
    2424$(SRC)/cline.$(ARCH).o             \
     25$(SRC)/cneedles.$(ARCH).o                  \
    2526$(SRC)/cplot.$(ARCH).o             \
    2627$(SRC)/csystem.$(ARCH).o           \
  • branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/init.c

    r39183 r39194  
    77int cdot                    PROTO((int, char **));
    88int cline                   PROTO((int, char **));
     9int cneedles                PROTO((int, char **));
    910int cplot                   PROTO((int, char **));
    1011int csystem                 PROTO((int, char **));
     
    7374  {1, "cdot",        cdot,         "plot point in sky coordinates"},
    7475  {1, "cline",       cline,        "plot line connecting two sky coordinates"},
     76  {1, "cneedles",    cneedles,     "plot vectors in sky coordinates"},
    7577  {1, "cplot",       cplot,        "plot vectors in sky coordinates"},
    7678  {1, "csystem",     csystem,      "convert between coordinate systems"},
Note: See TracChangeset for help on using the changeset viewer.