API / geotoolkit / seismic / image / SeismicImage / SeismicImage
image.SeismicImage.SeismicImage
Type Aliases
Type Aliases
Ƭ Options: Options & { pipeline?: SeismicPipeline ; timetowaitchanges?: number }
pipeline or options object
Ƭ OptionsOut: OptionsOut & { pipeline: SeismicPipeline ; timetowaitchanges: number }
properties
Ƭ ScaleOptions: Object
scale options
| Name | Type | Description |
|---|---|---|
deviceunit? | AbstractUnit | string | physical device unit |
samplescale? | number | in 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 | string | sample unit, sample unit from pipeline will be used if not specified |
tracescale? | number | in traces per device unit (e.g traces per inch) |
Ƭ ScaleOptionsOut: Required<ScaleOptions>
object