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

    r42456 r42946  
    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.