IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 12:50:29 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

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

    r29001 r29540  
    9191int rebin            PROTO((int, char **));
    9292int resize           PROTO((int, char **));
     93int reindex          PROTO((int, char **));
    9394int relocate         PROTO((int, char **));
    9495int roll             PROTO((int, char **));
     
    232233  {1, "read",         read_vectors,     "read vectors from datafile"},
    233234  {1, "rebin",        rebin,            "rebin image data by factor of N"},
     235  {1, "reindex",      reindex,          "create new vector from old vector based on index vector"},
    234236  {1, "resize",       resize,           "set graphics/image window size"},
    235237  {1, "relocate",     relocate,         "set graphics/image window position"},
Note: See TracChangeset for help on using the changeset viewer.