IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41421


Ignore:
Timestamp:
Sep 22, 2020, 7:59:58 AM (6 years ago)
Author:
eugene
Message:

add function to distribute vector values of a list of vectors based on an index vector

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

Legend:

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

    r41341 r41421  
    4444$(SRC)/dimendown.$(ARCH).o      \
    4545$(SRC)/dimenup.$(ARCH).o        \
     46$(SRC)/distribute.$(ARCH).o     \
    4647$(SRC)/dbconnect.$(ARCH).o      \
    4748$(SRC)/dbselect.$(ARCH).o       \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r41341 r41421  
    3636int dimendown        PROTO((int, char **));
    3737int dimenup          PROTO((int, char **));
     38int distribute       PROTO((int, char **));
    3839int erase            PROTO((int, char **));
    3940int extract          PROTO((int, char **));
     
    232233  {1, "dimendown",    dimendown,        "convert image to vector"},
    233234  {1, "dimenup",      dimenup,          "convert vector to image"},
     235  {1, "distribute",   distribute,       "distribute vector values to a collection of vectors by index"},
    234236  {1, "dot",          dot,              "plot a single point"},
    235237  {1, "erase",        erase,            "erase objects on an image overlay"},
Note: See TracChangeset for help on using the changeset viewer.