Getting Started
Instrument
Astronomy
Simulation
Observation management
Data reading
Contents:
Changelog
Converts an electromagnetic frequency to a wavelength.
where \(\lambda\) is the wavelength, \(c\) is the speed of light and \(\nu\) is the frequency.
frequency (Quantity) – Frequency to convert in wavelength.
Quantity
Wavelength in meters, same shape as frequency.
frequency
from nenupy.astro import wavelength import astropy.units as u wavelength(frequency=10*u.MHz)