#821 Implemented a method to do resampling of the well log data. Untested.

This commit is contained in:
Jacob Støren
2016-09-14 16:33:07 +02:00
parent 0fc911e50b
commit 5e9308f7b3
2 changed files with 50 additions and 0 deletions

View File

@@ -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();