Changeset 42438
- Timestamp:
- Mar 24, 2023, 9:47:27 AM (3 years ago)
- Location:
- branches/eam_branches/ipp-20230313/Ohana/src/opihi
- Files:
-
- 1 added
- 3 edited
-
cmd.data/Makefile (modified) (1 diff)
-
cmd.data/impoints.c (added)
-
cmd.data/init.c (modified) (2 diffs)
-
dvo/avselect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/Makefile
r42389 r42438 80 80 $(SRC)/imresample.$(ARCH).o \ 81 81 $(SRC)/imcollapse.$(ARCH).o \ 82 $(SRC)/impoints.$(ARCH).o \ 82 83 $(SRC)/integrate.$(ARCH).o \ 83 84 $(SRC)/interpolate.$(ARCH).o \ -
branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/init.c
r42389 r42438 70 70 int imresample PROTO((int, char **)); 71 71 int imcollapse PROTO((int, char **)); 72 int impoints PROTO((int, char **)); 72 73 int integrate PROTO((int, char **)); 73 74 int interpolate PROTO((int, char **)); … … 280 281 {1, "imconvolve", imconvolve, "full 2D real-space convolution"}, 281 282 {1, "imstats", imstats, "statistics on a portion of an image"}, 283 {1, "impoints", impoints, "insert points into an image by vector pair"}, 282 284 {1, "integrate", integrate, "integrate a vector"}, 283 285 {1, "interpolate_presort", interpolate_presort, "interpolate between vector pairs"}, -
branches/eam_branches/ipp-20230313/Ohana/src/opihi/dvo/avselect.c
r42426 r42438 17 17 int VERBOSE; 18 18 char name[1024]; 19 float RADIUS;19 opihi_flt RADIUS; 20 20 21 21 Catalog catalog;
Note:
See TracChangeset
for help on using the changeset viewer.
