SphericalGrid:
--------------------------------------------------------------------------
Generate a grid on a sphere that is evenly spaced in right ascension
and elevation.
Type SphericalGrid for demo.
--------------------------------------------------------------------------
Form:
[rA, dec, kDec] = SphericalGrid( n )
--------------------------------------------------------------------------
------
Inputs
------
n (1,1) Number of right ascensions
-------
Outputs
-------
rA (1,m) Right ascension (deg)
dec (1,m) Declination (deg)
kDec (1,n) The first element in rA and dec for each
new declination.
--------------------------------------------------------------------------
Children:
Math: MathUtils/Odd