This paste expires on 2023-06-27 11:27:17.421043. Repaste, or download this paste. . Pasted through web.

a = kwargs.pop('a',1)
if not kwargs.pop('center', False):
- return a*(1−np.e**2)/(1+np.e*np.cos(phi))
+ return a*(1-np.e**2)/(1+np.e*np.cos(phi))
else:
return pow( a**2*(1−np.e**2)/(1−np.e**2*cos(pi)**2), 1/2 )
Filename: None. Size: 226b. View raw, , hex, or download this file.