IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42438


Ignore:
Timestamp:
Mar 24, 2023, 9:47:27 AM (3 years ago)
Author:
eugene
Message:

new function impoints to insert values into an image

Location:
branches/eam_branches/ipp-20230313/Ohana/src/opihi
Files:
1 added
3 edited

Legend:

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

    r42389 r42438  
    8080$(SRC)/imresample.$(ARCH).o     \
    8181$(SRC)/imcollapse.$(ARCH).o     \
     82$(SRC)/impoints.$(ARCH).o       \
    8283$(SRC)/integrate.$(ARCH).o      \
    8384$(SRC)/interpolate.$(ARCH).o    \
  • branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/init.c

    r42389 r42438  
    7070int imresample       PROTO((int, char **));
    7171int imcollapse       PROTO((int, char **));
     72int impoints         PROTO((int, char **));
    7273int integrate        PROTO((int, char **));
    7374int interpolate      PROTO((int, char **));
     
    280281  {1, "imconvolve",   imconvolve,       "full 2D real-space convolution"},
    281282  {1, "imstats",      imstats,          "statistics on a portion of an image"},
     283  {1, "impoints",     impoints,         "insert points into an image by vector pair"},
    282284  {1, "integrate",    integrate,        "integrate a vector"},
    283285  {1, "interpolate_presort",  interpolate_presort,      "interpolate between vector pairs"},
  • branches/eam_branches/ipp-20230313/Ohana/src/opihi/dvo/avselect.c

    r42426 r42438  
    1717  int VERBOSE;
    1818  char name[1024];
    19   float RADIUS;
     19  opihi_flt RADIUS;
    2020
    2121  Catalog catalog;
Note: See TracChangeset for help on using the changeset viewer.