Function getSeismicInfo

  • Get key information about the seismic data Code originally developed for the REP project

    Returns

    Key domain and depth information for seismic data

    Parameters

    • data: {
          datapoints: number[][];
          yAxisValues: number[];
      }

      Seismic data

      • datapoints: number[][]
      • yAxisValues: number[]
    • trajectory: number[][]

      Wellbore or freehand trajectory

    Returns SeismicInfo | null

Generated using TypeDoc