Prestack Gather
SeismicGatherChart is the prestack counterpart to the seismic section family.
Use It For
Section titled “Use It For”- gather inspection
- wiggle and heatmap comparison
- shared seismic viewport interactions
- probe-based prestack analysis
Stable Public Ideas
Section titled “Stable Public Ideas”- gather input
- explicit viewport
- display transform
- interaction callbacks
Handle Surface
Section titled “Handle Surface”type SeismicGatherChartHandle = { fitToData(): void; resetView(): void; setViewport(nextViewport: NonNullable<SeismicGatherChartProps["viewport"]>): void; zoomBy(factor: number): void; panBy(deltaTrace: number, deltaSample: number): void;};Positioning
Section titled “Positioning”This family is intentionally narrow. It does not pretend to be a generic matrix or dense-image chart. The strength is a constrained seismic interaction and presentation model.