如何以编程方式将日志添加到井段窗口?对于我的 Petrel 输入树中的以下井日志并使用下面的代码,WellSectionWindow 上仅显示“Sonic”日志
Well
-> WellLogs
- 密度
- 声波
- 伽马射线
Borehole borehole = arguments.object as Borehole;
WellSectionWindow wsw = WellSectionWindow.CreateWindow();
wsw.ShowObject(borehole);
在 Petrel(2013.1) 中,我可以导航到Log element->(right-click)->"Add to template"->"Vertical"->"In new track"
. 我想知道是否可以使用 Ocean API 实现类似的目标,并指导我查阅相关文档。另外,我想知道为什么“Sonic”日志显示WellSectionWindow
在 Petrel 中,以及它是如何优先于密度或伽马射线日志的。