getCelestialPosition
Calculate altitude and azimuth coordinates for celestial objects using system time or custom settings for precise astronomical observations.
Instructions
Get altitude and azimuth coordinates for a celestial object using system time and configured location
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dateTime | No | ISO format date and time for the observation (e.g., "2025-04-15T21:30:00"), only used if useSystemTime is false | |
objectName | No | Name of the celestial object (planet, star, messier object, etc.) | |
pressure | No | Atmospheric pressure in hPa (for refraction correction) | |
temperature | No | Temperature in Celsius (for refraction correction) | |
useSystemTime | No | Whether to use the current system time (true) or a custom time (false) |