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.wavelength_to_freq  (  lam  )[source]

Convert μm into MHz using $f = c / \lambda$.

Parameters:
lamarray_like

The wavelength $\lambda$ of a transition (μm).

Returns:
outndarray

The frequency corresponding to the wavelength lam (MHz).

API navigation