IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding cdot commant to plot celestial points

File:
1 edited

Legend:

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