uniform_around¶
- skypy.position.uniform_around(centre, area, size)[source] [edit on github]¶
Uniform distribution of points around location.
Draws randomly distributed points from a circular region of the given area around the centre point.
- Parameters:
- Returns:
- coords
SkyCoord Randomly distributed points around the centre. The coordinates are returned in the same frame as the input.
- coords
Examples
See User Documentation.