OpenVDS seismic access (#10145)

Add OpenVDS support for reading seismic data from VDS files
This commit is contained in:
jonjenssen
2023-04-21 16:38:04 +02:00
committed by GitHub
parent 25e78e9792
commit 0e7cf49b17
17 changed files with 840 additions and 77 deletions

View File

@@ -962,7 +962,7 @@ void RiuViewerCommands::handlePickAction( int winPosX, int winPosY, Qt::Keyboard
cvf::Vec3d domainCoord = transForm->transformToDomainCoord( globalIntersectionPoint );
// Set surface resultInfo text
QString resultInfoText = "Seismic Section: \"" + section->userDescription() + "\"\n\n";
QString resultInfoText = "Seismic Section: \"" + section->fullName() + "\"\n\n";
resultInfoText += section->resultInfoText( domainCoord, seismicSourceInfo->partIndex() );