IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2025, 4:33:16 PM (8 months ago)
Author:
eugene
Message:

add spline option to extrapolate (vs saturate); add vweave function (like drizzle for a vector)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-ppmerge-20241229/Ohana/src/opihi/cmd.data/init.c

    r42456 r42946  
    168168int vbin             PROTO((int, char **));
    169169int vgroup           PROTO((int, char **));
     170int vweave           PROTO((int, char **));
    170171int vclip            PROTO((int, char **));
    171172int vect_select      PROTO((int, char **));
     
    382383  {1, "vbin",         vbin,             "rebin vector data by a factor of N"},
    383384  {1, "vgroup",       vgroup,           "group y vector into bins defined by x vector values"},
     385  {1, "vweave",       vweave,           "drizzle input vectors to output vector with correct fractional bin weighting"},
    384386  {1, "vclip",        vclip,            "clip values in a vector to be within a range"},
    385387  {1, "vectors",      list_vectors,     "list vectors"},
Note: See TracChangeset for help on using the changeset viewer.