Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pyrocko/kite
Browse files Browse the repository at this point in the history
  • Loading branch information
miili committed Jul 16, 2018
2 parents 95f92ad + 2c23382 commit cd1fbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spool/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def orientArrow(self):
phi = num.nanmedian(self.model.scene.phi)
theta = num.nanmedian(self.model.scene.theta)

angle = -num.rad2deg(phi)
angle = 180. + num.rad2deg(phi)
theta_f = theta / (num.pi/2)

tipAngle = 30. + theta_f * 20.
Expand Down

0 comments on commit cd1fbf3

Please sign in to comment.