Last updated

API / geotoolkit / seismic / pipeline / InterpolationEdge / InterpolationEdge

Enumeration: InterpolationEdge

pipeline.InterpolationEdge.InterpolationEdge

Enum of interpolation edge behavior, specify how interpolation will handle edges (beginning and end) of data

Table of contents

Enumeration Members

Contents

Enumeration Members

Duplicate

Duplicate = "Duplicate"

Duplicate the nearest value when interpolation needs value beyond the edge of the data


Zero

Zero = "Zero"

Use a value of 0 when interpolation needs value beyond the edge of the data