<< CL_mod_IAUBodyAngles Models CL_mod_atmUS76 >>

CelestLab >> Models > CL_mod_atmRefract

CL_mod_atmRefract

Effect of atmospheric refraction on elevation from Earth surface

Calling Sequence

[app_elev] = CL_mod_atmRefract(true_elev [, temp, pres, mod])

Description

Parameters

true_elev:

True elevation [rad]. (1xN or 1x1)

temp:

(optional) Atmospheric temperature [K]. Default is [] which means 283.15 K (10 °C). (1xN or 1x1)

pres:

(optional) Atmospheric pressure [Pa]. Default is [] which means 1.01e5 Pa (1010 mbar). (1xN or 1x1)

mod:

(string, optional) Model used: "ben" = Benett, "sae" = Saemudsson. Default is "ben". (1x1)

app_elev:

Apparent elevation [rad]. (1xN)

Authors

Bibliography

Examples

elev = (0 : 90) * (%pi/180);
r = CL_mod_atmRefract(elev) - elev;
scf();
plot(elev * (180/%pi), r * (180/%pi), "b");

Report an issue
<< CL_mod_IAUBodyAngles Models CL_mod_atmUS76 >>