IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2026, 11:26:15 AM (4 months ago)
Author:
eugene
Message:

add spline options to extrapolate or saturate at end points; add vweave function to interpolate a vector with varying bin sizes

File:
1 edited

Legend:

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

    r42821 r42967  
    170170int vbin             PROTO((int, char **));
    171171int vgroup           PROTO((int, char **));
     172int vweave           PROTO((int, char **));
    172173int vclip            PROTO((int, char **));
    173174int vect_select      PROTO((int, char **));
     
    386387  {1, "vbin",         vbin,             "rebin vector data by a factor of N"},
    387388  {1, "vgroup",       vgroup,           "group y vector into bins defined by x vector values"},
     389  {1, "vweave",       vweave,           "drizzle input vectors to output vector with correct fractional bin weighting"},
    388390  {1, "vclip",        vclip,            "clip values in a vector to be within a range"},
    389391  {1, "vectors",      list_vectors,     "list vectors"},
Note: See TracChangeset for help on using the changeset viewer.