<< CL_gm_equatorialOverlap Geometry and events CL_gm_inertial2orbitSph >>

CelestLab >> Geometry and events > CL_gm_equatorialSwath

CL_gm_equatorialSwath

Sensor view angle for an overlap ratio of 1 at equator

Calling Sequence

[view_angle]=CL_gm_equatorialSwath(alt,inc,[er,rotr_pla])

Description

Parameters

alt:

Satellite's altitude [m] (1xN)

inc:

Orbit's inclination [rad] (1xN)

view_angle:

Sensor half view angle [rad] (1xN)

er:

(optional) Equatorial radius [m] (default is %CL_eqRad)

rotr_pla_sun :

(optional) Mean apparent rotation rate of the Sun around the planet (default is %CL_rotrEarthSun)

Authors

Bibliography

See also

Examples

alt = [822.e3 630.e3] ;
inc = [CL_deg2rad(98.72) CL_deg2rad(96.72)];
[view_angle] = CL_gm_equatorialSwath(alt,inc)
<< CL_gm_equatorialOverlap Geometry and events CL_gm_inertial2orbitSph >>