Skip to content

SegyToZGY conversion crashes for high-frequency seismic data

Erik Dahl requested to merge slb-master-FixHighFrequencySampleCount into slb-master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

This MR fixes a crash happening when attempting to convert high-frequency seismic data to ZGY. The issue happens in the routine trying to calculate number of samples per trace (gets a division by zero error)

Merge request reports