We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a2507 commit 84f9253Copy full SHA for 84f9253
1 file changed
pytides/nodal_corrections.py
@@ -84,7 +84,7 @@ def f_K2(a):
84
nu = d2r*a['nu'].value
85
sinsqIcos2nu_mean = np.sin(omega)**2 * (1-3/2.0 * np.sin(i)**2)
86
mean = 0.5023*sinsqIcos2nu_mean + 0.0365
87
- return (0.2533*np.sin(I)**4 + 0.0367*np.sin(I)**2 *np.cos(2*nu)+0.0013)**(0.5) / mean
+ return (0.2523*np.sin(I)**4 + 0.0367*np.sin(I)**2 *np.cos(2*nu)+0.0013)**(0.5) / mean
88
89
#Schureman equations 206, 207, 195
90
def f_M1(a):
0 commit comments