mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#821 Implemented a method to do resampling of the well log data. Untested.
This commit is contained in:
@@ -59,6 +59,7 @@ public:
|
||||
std::vector<double> measuredDepthPlotValues(RimDefines::DepthUnitType destinationDepthUnit) const;
|
||||
std::vector< std::pair<size_t, size_t> > polylineStartStopIndices() const;
|
||||
|
||||
cvf::ref<RigWellLogCurveData> calculateReSampeledCurveData(double newMeasuredDepthStepSize);
|
||||
private:
|
||||
void calculateIntervalsOfContinousValidValues();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user