ifarup / ciefunctions

Python module, GUI, and web app for computing the CIE TC1-97 colorimetric functions
GNU General Public License v3.0
4 stars 5 forks source link

cubic spline interpolation #188

Closed thyang66 closed 4 years ago

thyang66 commented 4 years ago

To call the same function for the same cubic spline interpolation as those also implemented in the module of "xyz_interpolated_reference_system" around lines 622~ lines 634 . "cubic" spline is clearly assigned.

ifarup commented 4 years ago

Thank you for your input. I agree that we should do this. I have changed some other calls to InterpolatedUnivariateSpline as well, so now interp1d is used throughout.