IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2010, 9:11:19 AM (16 years ago)
Author:
eugene
Message:

add a reindex function so we can compare vectors based on match2d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.data/init.c

    r29001 r29450  
    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.