Processing math: 100%

palRefz

Adjust unrefracted zenith distance

Description:

Adjust an unrefracted zenith distance to include the effect of atmospheric refraction, using the simple A tan Z + B tan3 Z model (plus special handling for large ZDs).

Invocation

void palRefz ( double zu, double refa, double refb, double zr );

Arguments

zu = double (Given)
Unrefracted zenith distance of the source (radians)
refa = double (Given)
tan Z coefficient (radians)
refb = double (Given)
tan3 Z coefficient (radian)
zr = double (Returned)
Refracted zenith distance (radians)

Notes:

ZR error

80 0.7 81 1.3 82 2.4 83 4.7 84 6.2 85 6.4 86 8 87 10 88 15 89 30 90 60 91 150 } relevant only to 92 400 } high-elevation sites

For radio wavelengths the errors are typically 50% larger than the optical figures and by ZD 85 deg are twice as bad, worsening rapidly below that. To maintain 1 arcsec accuracy down to ZD=85 at the Green Bank site, Condon (2004) has suggested amplifying the amount of refraction predicted by palRefz below 10.8 deg elevation by the factor (1+0.00195(10.8-E_t)), where E_t is the unrefracted elevation in degrees.

The high-ZD model is scaled to match the normal model at the transition point; there is no glitch.

References

Condon,J.J., Refraction Corrections for the GBT, PTCS/PN/35.2, NRAO Green Bank, 2004.