IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2005, 5:17:26 AM (21 years ago)
Author:
eugene
Message:

minor changes

Location:
trunk/Ohana/src/opihi/cmd.data
Files:
1 added
3 edited

Legend:

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

    r2843 r3105  
    7272$(SDIR)/peak.$(ARCH).o          \
    7373$(SDIR)/plot.$(ARCH).o          \
     74$(SDIR)/dot.$(ARCH).o           \
    7475$(SDIR)/point.$(ARCH).o         \
    7576$(SDIR)/ps.$(ARCH).o            \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r2843 r3105  
    5353int peak             PROTO((int, char **));
    5454int plot             PROTO((int, char **));
     55int dot              PROTO((int, char **));
    5556int point            PROTO((int, char **));
    5657int pop              PROTO((int, char **));
     
    152153  {"peak",         peak,             "find vector peak in range"},
    153154  {"plot",         plot,             "plot a pair of vectors"},
     155  {"dot",          dot,              "plot a single point"},
    154156  {"point",        point,            "load overlay with single point"},
    155157  {"ps",           ps,               "define labels for plot"},
  • trunk/Ohana/src/opihi/cmd.data/plot.c

    r2843 r3105  
    123123
    124124}
    125 
    126 
Note: See TracChangeset for help on using the changeset viewer.