fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
interpolation.py File Reference

Go to the source code of this file.

Namespaces

namespace  fosanalysis
 Central package of fosanalysis.
 
namespace  fosanalysis.utils
 Contains utility modules with general pupose.
 
namespace  fosanalysis.utils.interpolation
 Contains functionality for interpolating data.
 

Functions

np.array fosanalysis.utils.interpolation.scipy_interpolate1d (np.array x, np.array y, np.array x_new, str method, **kwargs)
 Interpolate one-dimensional data.