API / geotoolkit / seismic / data / Decompress / Decompress
data.Decompress.Decompress
Type Aliases
Type Aliases
Ƭ Config: Object
A json object containing the decompression configuration.
| Name | Type | Description |
|---|---|---|
height? | number | The number of data rows. |
sampleTypes? | string | Sample type |
transf? | DataTransformationConfiguration[] | The list of transformation configurations. |
width? | number | The number of data columns. |
Ƭ DataTransformationConfiguration: Object
Transformation configuration
| Name | Type | Description |
|---|---|---|
name | string | Transformation name |