<< CL_g_tag Utilities CL_graduate >>

CelestLab >> Utilities > CL_getEarthMap

CL_getEarthMap

Earth map outlines

Calling Sequence

pts = CL_getEarthMap([res, coord, er])

Description

Parameters

res:

(string, optional) Resolution: "low" or "high". Default is "low".

coord:

(string, optional) Type of coordinates: "sph"=spherical, "ell"=elliptical. Default is "sph".

er:

(optional) Equatorial radius [m]. Default value is [] (internal value used).

pts:

[longitude; latitude; z]; z = "er" if coord="sph", z = 0 if coord="ell". (3xN)

Authors

Examples

// Loads a map (spherical coordinates, default radius)
pts = CL_getEarthMap();
// Plots the map
CL_plot_ephem(CL_co_sph2car(pts));

Report an issue
<< CL_g_tag Utilities CL_graduate >>