Skip to content Skip to sidebar Skip to footer
Showing posts with the label Interpolation

Extrapolate With Linearndinterpolator

I've got a 3D dataset that I want to interpolate AND extrapolate linearly. The interpolation ca… Read more Extrapolate With Linearndinterpolator

Scipy.interpolate Problems With Inputing Values

Currently trying to use scipy's implementation of interpolate to create a uniform cubic B-splin… Read more Scipy.interpolate Problems With Inputing Values

Minimal Surface Solution In Python

I have a set of 3D points defining a 3D contour. What I want to do is to obtain the minimal surface… Read more Minimal Surface Solution In Python

Numpy: Fast Regularly-spaced Average For Large Numbers Of Line Segments / Points

I have many (~ 1 million) irregularly spaced points, P, along a 1D line. These mark segments of the… Read more Numpy: Fast Regularly-spaced Average For Large Numbers Of Line Segments / Points

Fast Interpolation Of Regularly Sampled 3d Data With Different Intervals In X,y, And Z

I have some volumetric imaging data consisting of values sampled on a regular grid in x,y,z, but wi… Read more Fast Interpolation Of Regularly Sampled 3d Data With Different Intervals In X,y, And Z

Get Quantitative Value For Color On Two-color Scale

I have run a chemical test that produces a color depending on how much of a given chemical is in th… Read more Get Quantitative Value For Color On Two-color Scale