SampledInterval
Interface: SampledInterval
Section titled “Interface: SampledInterval”Defined in: src/types/index.ts:770
Sampled interval - records sampling method and quality at specific depth ranges
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
beginDepth | number | src/types/index.ts:771 |
endDepth | number | src/types/index.ts:772 |
preTreatment | string | null | src/types/index.ts:773 |
samplingMethod | string | null | src/types/index.ts:774 |
samplingQuality | string | null | src/types/index.ts:775 |
orientatedSampled | boolean | null | src/types/index.ts:776 |
sampler? | SamplerDetails | src/types/index.ts:777 |