Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

qspec.merge_intervals  (  intervals  )[source]

Parameters:
intervalsndarray | Iterable

An iterable of intervals. An interval i is itself an iterable of two scalar values. If i[1] < i[0], the interval is reversed.

Returns:
outndarray

An iterable of non-overlapping intervals.

API navigation