Last updated

API / geotoolkit / seismic / data / AbstractSegyReader / AbstractSegyReader

Namespace: AbstractSegyReader

data.AbstractSegyReader.AbstractSegyReader

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { numberofparalleltasks?: number ; samplepower?: number ; segyformat?: SeismicFormat ; synchronous?: boolean }

options or instance of format to specify the trace data format and location of headers


ReadBinarySectionCallback

Ƭ ReadBinarySectionCallback: (error: Error | null, buffer?: Uint8Array | ArrayBuffer) => void

Type declaration

▸ (error, buffer?): void

Callback of the method readBinarySection

Parameters
Name Type
errorError | null
Optional bufferUint8Array | ArrayBuffer
Returns

void