Skip to content

Commit

Permalink
Updated mc_shms.f
Browse files Browse the repository at this point in the history
Aruni found mistakes in some of the dipole
aperture offsets.
  • Loading branch information
MarkKJones committed Apr 1, 2021
1 parent 235097b commit b92bcd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shms/mc_shms.f
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ subroutine mc_shms(p_spec, th_spec, dpp, x, y, z, dxdz, dydz,
xt=xs
yt=ys
call rotate_haxis(6.9,xt,yt)
xt = xt + 8.1
xt = xt + 8.05
x_d_m1=xt
y_d_m1=yt
if ((xt*xt + yt*yt).gt.r_D1*r_D1) then
Expand Down Expand Up @@ -904,7 +904,7 @@ subroutine mc_shms(p_spec, th_spec, dpp, x, y, z, dxdz, dydz,
xt=xs
yt=ys
call rotate_haxis(-6.9,xt,yt)
xt = xt + 8.5
xt = xt + 8.05
x_d_m7=xt
y_d_m7=yt
if ((xt*xt + yt*yt).gt.r_D1*r_D1) then
Expand Down Expand Up @@ -942,7 +942,7 @@ subroutine mc_shms(p_spec, th_spec, dpp, x, y, z, dxdz, dydz,
xt=xs
yt=ys
call rotate_haxis(-9.20,xt,yt)
xt = xt - 6.9
xt = xt - 6.88
x_d_out=xt
y_d_out=yt
if ((xt*xt + yt*yt).gt.r_D1*r_D1) then
Expand Down

0 comments on commit b92bcd5

Please sign in to comment.