Last updated

API / geotoolkit / seismic / image / SeismicImage / SeismicImage

Namespace: SeismicImage

image.SeismicImage.SeismicImage

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { pipeline?: SeismicPipeline ; timetowaitchanges?: number }

pipeline or options object


OptionsOut

Ƭ OptionsOut: OptionsOut & { pipeline: SeismicPipeline ; timetowaitchanges: number }

properties


ScaleOptions

Ƭ ScaleOptions: Object

scale options

Type declaration

NameTypeDescription
deviceunit?AbstractUnit | stringphysical device unit
samplescale?numberin sample unit per device unit if depth data (e.g feet per inch), or in device unit per sample unit (e.g inches per second)
sampleunit?AbstractUnit | stringsample unit, sample unit from pipeline will be used if not specified
tracescale?numberin traces per device unit (e.g traces per inch)

ScaleOptionsOut

Ƭ ScaleOptionsOut: Required<ScaleOptions>

object