IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2023, 9:45:29 AM (3 years ago)
Author:
eugene
Message:

adding option to spline1d to specify boundary 1st derivatives (default is 2nd derive = 0.0)

File:
1 edited

Legend:

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

    r40549 r42332  
    7777      Tx1[i] = spline_apply_flt (Tyc, Ty1, Ty2, Ny, y);
    7878    }
    79     spline_construct_flt (Txc, Tx1, Nx, Tx2);
     79    spline_construct_flt (Txc, Tx1, Nx, Tx2, NAN, NAN);
    8080
    8181    /* apply x-dir spline to new image */
Note: See TracChangeset for help on using the changeset viewer.