findbeta.pro

InfoInfo
Search:    

Function FindBeta, zprime, xnaught, xp

;This function uses 1-stage iteration to find the sensor rotation angle
;BETA, a rotation about the BH axis

beta1=(xnaught-xp)/zprime
beta=(xnaught-(xp*cos(beta1)))/zprime

return,beta

end

This is a Wiki Spot wiki. Wiki Spot is a non-profit organization that helps communities collaborate via wikis.