mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#820 Export of TVD along with MD to LAS file
Now the tvd data is always put into the RigWellLogCurveData Existing tvd data is written to LAS file.
This commit is contained in:
@@ -279,6 +279,12 @@ bool RigWellLogFile::exportToLasFile(const RimWellLogCurve* curve, const QString
|
||||
else if (curveData->depthUnit() == RimDefines::UNIT_FEET)
|
||||
{
|
||||
lasFile.AddLog("DEPTH", "FT", "Depth in feet", curveData->measuredDepths());
|
||||
|
||||
}
|
||||
|
||||
if(curveData->tvDepths().size())
|
||||
{
|
||||
lasFile.AddLog("TVD", "M", "True vertical depth in meters", curveData->tvDepths());
|
||||
}
|
||||
|
||||
lasFile.AddLog(wellLogChannelName.trimmed().toStdString(), "NO_UNIT", "", wellLogValues);
|
||||
|
||||
Reference in New Issue
Block a user