# | Line 33 | Line 33 | boxcorr(v) = A1 * v / boxprojection; { correction for | |
---|---|---|
33 | lboxcorr(v) = A1 * v / lboxprojection; { local box correction } | |
34 | ||
35 | src_theta = Acos(Dz) / DEGREE; { 0-180 } | |
36 | < | src_phi = mod( atan2(Dy, -Dx) / DEGREE, 360 ); { 0-360 } |
36 | > | src_phi = mod( Atan2(Dy, -Dx) / DEGREE, 360 ); { 0-360 } |
37 | { bilateral symmetry } | |
38 | src_phi2 = tri( src_phi, 180 ); { 0-180 } | |
39 | { quadrilateral symmetry } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |