<< CL_gm_equatorialOverlap DEPRECATED CL_gm_lat2locTime >>

CelestLab >> DEPRECATED > CL_gm_equatorialSwath

CL_gm_equatorialSwath

Sensor view angle for an overlap ratio of 1 at equator - DEPRECATED

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 :

(optional) Rotation rate of the planet (default is %CL_rotrBody)

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)

Report an issue
<< CL_gm_equatorialOverlap DEPRECATED CL_gm_lat2locTime >>