golden_spiral_grid¶
- astropy.coordinates.golden_spiral_grid(size)[source]¶
Generate a grid of points on the surface of the unit sphere using the Fibonacci or Golden Spiral method.
- Parameters:
- size
python:int
The number of points to generate.
- size
- Returns:
- rep
UnitSphericalRepresentation
The grid of points.
- rep