wlum2freq#

wlum2freq(wl: Union[jax.Array, numpy.ndarray, numpy.bool_, numpy.number, bool, int, float, complex]) jax.Array[source]#

Convenience function for converting from wavelength in microns to frequency.

Parameters

wl (float) – The wavelength in microns.

Returns

freq – The frequency in SI units (Hz).

Return type

float