Star Map (SVG)
render_star_mapRender a stereographic star map from Right Ascension and Declination points, with magnitude-based brightness and optional labels.
Instructions
Stereographic projection of caller-supplied points (RA/Dec). Handles brightness magnitude scaling and labels.
[Group: Visualization]
Example request body: {"points":[{"raHours":5.92,"decDeg":7.41,"magnitude":0.45,"name":"Betelgeuse"}],"title":"Orion"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| observerLatDeg | No | ||
| zenithDecDeg | No | ||
| capAltitudeDeg | No | ||
| title | No | ||
| options | No |