(#557, #560, #561) WLP: Massive renaming in WellLogCurveData. Fixed undiscovered bug.

Curves plotted by TVD was not correctly splitted where well path went out in free air.
This commit is contained in:
Jacob Støren
2015-10-15 23:12:18 +02:00
parent aeeb445dae
commit 5d642719b7
7 changed files with 113 additions and 68 deletions

View File

@@ -270,7 +270,7 @@ bool RigWellLogFile::exportToLasFile(const RimWellLogPlotCurve* curve, const QSt
wellLogChannelName.replace(".", "_");
NRLib::LasWell lasFile;
lasFile.AddLog("DEPTH", "M", "Depth [M]", curveData->yValues());
lasFile.AddLog("DEPTH", "M", "Depth [M]", curveData->measuredDepths());
lasFile.AddLog(wellLogChannelName.toStdString(), "NO_UNIT", "", wellLogValues);
lasFile.SetMissing(absentValue);