Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Dec 6, 2022
1 parent 40c10ab commit e5343de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs2dpy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def cosby(
k10 = 0.600
k11 = 0.640
k12 = 1.260
c = c / 100
sp = sp / 100
c = self.c / 100
sp = self.sp / 100
b = k01 + k02 * c - k03 * sp
theta_s = k04 - k05 * c - k06 * sp
psi_s = 0.01 * 10 ** (k07 - k08 * c - k09 * sp)
Expand Down

0 comments on commit e5343de

Please sign in to comment.