Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from astropy import constants
2
3"""
4This file contains the physical constants in the right units
5used by the UFalcon package
6"""
7
8# speed of light
9c = constants.c.to("km / s").value