IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25725


Ignore:
Timestamp:
Oct 1, 2009, 1:47:27 PM (17 years ago)
Author:
eugene
Message:

adding cdot commant to plot celestial points

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

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/Ohana/src/opihi/cmd.astro/Makefile

    r25033 r25725  
    2121$(SRC)/cgrid.$(ARCH).o             \
    2222$(SRC)/coords.$(ARCH).o    \
     23$(SRC)/cdot.$(ARCH).o              \
    2324$(SRC)/cplot.$(ARCH).o             \
    2425$(SRC)/csystem.$(ARCH).o           \
  • branches/eam_branches/20090715/Ohana/src/opihi/cmd.astro/init.c

    r25033 r25725  
    55int cgrid                   PROTO((int, char **));
    66int coords                  PROTO((int, char **));
     7int cdot                    PROTO((int, char **));
    78int cplot                   PROTO((int, char **));
    89int csystem                 PROTO((int, char **));
     
    5152  {1, "cgrid",       cgrid,        "plot sky coordinate grid"},
    5253  {1, "coords",      coords,       "load coordinates for buffer from file"},
     54  {1, "cdot",        cdot,         "plot point in sky coordinates"},
    5355  {1, "cplot",       cplot,        "plot vectors in sky coordinates"},
    5456  {1, "csystem",     csystem,      "convert between coordinate systems"},
Note: See TracChangeset for help on using the changeset viewer.