IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 1:14:47 PM (20 years ago)
Author:
eugene
Message:

removed IMAGE_CATALOG from config, finished proper-motion additions, minor fixes in graphing

File:
1 edited

Legend:

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

    r6642 r6684  
    99int clear            PROTO((int, char **));
    1010int clip             PROTO((int, char **));
     11int close_device     PROTO((int, char **));
    1112int concat           PROTO((int, char **));
    1213int contour          PROTO((int, char **));
     
    115116  {"clear",        clear,            "erase plot"},
    116117  {"clip",         clip,             "clip values in a buffer to be within a range"},
     118  {"close",        close_device,     "close the current display device"},
    117119  {"concat",       concat,           "reduce vector dimension"},
    118120  {"contour",      contour,          "create contour from image"},
Note: See TracChangeset for help on using the changeset viewer.