interpolate

method of dascore.core.inventory.Geometry source

interpolate(
    self ,
    distances ,
)-> ‘np.ndarray’

Return coordinates at the requested optical distances.

Distances outside this segment’s coverage return NaN rows. Coverage is half-open [first, last); inclusion of the outermost track endpoint is handled by the caller (OpticalPath.coordinates_at).