API / geotoolkit / seismic / data / AbstractSegyReader / AbstractSegyReader
data.AbstractSegyReader.AbstractSegyReader
Type Aliases
Type Aliases
Ƭ 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: (error: Error | null, buffer?: Uint8Array | ArrayBuffer) => void
▸ (error, buffer?): void
Callback of the method readBinarySection
| Name | Type |
|---|---|
error | Error | null |
Optional buffer | Uint8Array | ArrayBuffer |
void