Last updated

API / geotoolkit / seismic / data / Decompress / Decompress

Class: Decompress

data.Decompress.Decompress

The base class for data transformations.

Table of contents

Constructors
Methods

Contents

Constructors

new Decompress()

new Decompress()

Methods

decompress

Static decompress(config, data): TypedArray

Performs seismic data decompression.

Throws

Error

Parameters

Name Type Description
configConfigA json object containing the decompression configuration.
dataArrayBufferThe seismic data that will be decompressed.

Returns

TypedArray

The decompressedData.