Geometry

Geometry for an interval of an optical path, interpreted using the inventory CRS.

A path’s geometries act as piecewise segments placed by their distance arrays; coverage spans first to last distance, half-open. Coordinates interpolate linearly in the inventory CRS, only within a single Geometry object; uncovered optical distance has undefined coordinates, and segments may not overlap. A coil or clump is a segment whose coordinates repeat while distance advances. All distances are optical distances.

Aliases: Geo

Attributes

Name Type Description
name str Human-readable geometry name.
distance tuple[float, …] Optical distances paired to coordinates; at least two strictly increasing values whose span is the segment’s coverage.
coordinates tuple[tuple[float, …], …] Coordinate points describing the geometry; same length as distance.

Contains

None.

Contained By

References

None.

Referenced By

None.