fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
cropping.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.cropping
 Contains functionality to restrict data to a given area of interest.
 

Functions

tuple fosanalysis.utils.cropping.cropping (np.array x_values, np.array z_values, float start_pos=None, float end_pos=None, float length=None, float offset=None, *args, **kwargs)
 Crop a data set \(x_i,\: z_i\) based on locational data \(x\).