<< CL_gm_equatorialSwath DEPRECATED CL_gm_locSolTime >>

CelestLab >> DEPRECATED > CL_gm_lat2locTime

CL_gm_lat2locTime

Satellite's local time at given latitude - DEPRECATED

Calling Sequence

[loctime_asc,loctime_desc]=CL_gm_lat2locTime(lat,inc,loctime_asc_node)

Description

Parameters

lat:

Satellite latitude [rad] (1xN)

inc:

Inclination [rad] (1xN)

loctime_asc_node:

Local time of ascending node [hours] (1xN)

loctime_asc:

Satellite local time (ascending path) [hours] (1xN)

loctime_desc:

Satellite local time (descending path) [hours] (1xN)

Authors

Bibliography

Examples

inc = CL_deg2rad(98.6);
lat = CL_deg2rad(-90+9:1:90-9);
loctime_asc_node = 22;
[lt_asc,lt_desc] = CL_gm_lat2locTime(lat,inc,loctime_asc_node);

Report an issue
<< CL_gm_equatorialSwath DEPRECATED CL_gm_locSolTime >>