Convert mlt values to radians for polar plotting transform mlt angles to radians from -pi to pi referenced from noon by default
Parameters: | mlt : numpy array
midnight : boolean (optional)
|
---|---|
Returns: | out : numpy array
|
See also
Examples
>>> from numpy import array
>>> mlt2rad(array([3,6,9,14,22]))
array([-2.35619449, -1.57079633, -0.78539816, 0.52359878, 2.61799388])