Changeset 42821 for trunk/Ohana/src/opihi/cmd.data/interpolate_presort.c
- Timestamp:
- May 8, 2025, 4:29:52 PM (15 months ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/interpolate_presort.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.data/interpolate_presort.c
r41341 r42821 17 17 /** check basic syntax **/ 18 18 if (argc != 5) { 19 gprint (GP_ERR, "USAGE: interpolate Xi Yi Xo Yo \n");19 gprint (GP_ERR, "USAGE: interpolate Xi Yi Xo Yo [-fill-ends]\n"); 20 20 gprint (GP_ERR, " Xi Yi - sorted reference vectors\n"); 21 21 gprint (GP_ERR, " Xo - output positions (vector)\n"); … … 23 23 gprint (GP_ERR, " (vectors must be pre-sorted)\n"); 24 24 gprint (GP_ERR, " (use 'threshold' to interpolate to a value)\n"); 25 gprint (GP_ERR, " -fill-ends : values outside of range are set to end-point values\n"); 25 26 return (FALSE); 26 27 }
Note:
See TracChangeset
for help on using the changeset viewer.
