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/include/data.h

    r42456 r42967  
    3333  char **pageIDs;
    3434} Book;
     35
     36typedef enum {SPLINE_SATURATE, SPLINE_EXTRAPOLATE} SplineMode;
    3537
    3638// the interpolating spline has valu
     
    138140void spline_construct_dbl (opihi_flt *x, opihi_flt *y, int N, opihi_flt *y2, opihi_flt dyLower, opihi_flt dyUpper);
    139141opihi_flt spline_apply_dbl (opihi_flt *x, opihi_flt *y, opihi_flt *y2, int N, opihi_flt X);
     142int spline_contruct_mode (SplineMode mode);
    140143
    141144/* in svdcmp.c */
Note: See TracChangeset for help on using the changeset viewer.