IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29450


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

Location:
branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.data
Files:
1 added
2 edited

Legend:

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

    r29001 r29450  
    102102$(SRC)/read_vectors.$(ARCH).o   \
    103103$(SRC)/rebin.$(ARCH).o          \
    104 $(SRC)/resize.$(ARCH).o \
     104$(SRC)/reindex.$(ARCH).o        \
     105$(SRC)/resize.$(ARCH).o         \
    105106$(SRC)/relocate.$(ARCH).o       \
    106107$(SRC)/roll.$(ARCH).o           \
  • 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.