I am trying to plot a comparison between LPO at different depths and shear wave splitting measurements to see variations in a GMT map.
I am not sure how can I plot my LPO set (see format below) to compare with the traditional SWS (Azimuth/Strenght).
I’d convert to azimuth and projected strength with something like
gawk ‘BEGIN{pi = 4*atan2(1,1);pif=180/pi} {if(NR>1){amp=sqrt($42+$52+$62);hamp=sqrt(amp2-$6**2);print($2,$3,atan2($4,$5)*pif,hamp)}’