mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#541) Exporting well name as part of well info to LAS file
This commit is contained in:
@@ -270,6 +270,7 @@ bool RigWellLogFile::exportToLasFile(const RimWellLogPlotCurve* curve, const QSt
|
||||
wellLogChannelName.replace(".", "_");
|
||||
|
||||
NRLib::LasWell lasFile;
|
||||
lasFile.addWellInfo(QString("WELL .%1 :").arg(curve->wellName()).toStdString());
|
||||
lasFile.AddLog("DEPTH", "M", "Depth in meters", curveData->measuredDepths());
|
||||
lasFile.AddLog(wellLogChannelName.toStdString(), "NO_UNIT", "", wellLogValues);
|
||||
lasFile.SetMissing(absentValue);
|
||||
|
||||
Reference in New Issue
Block a user