Saved in:
Bibliographic Details
Main Author: Tare, Ishan
Format: Recurso digital
Language:
Published: Zenodo 2026
Online Access:https://doi.org/10.5281/zenodo.20048464
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • <h2>New Feature: <code>astra.help()</code> - Interactive API Discovery</h2> <p>New built-in help system for discovering the API without leaving Python:</p> <pre><code class="language-python">import astra astra.help() # Quick reference guide astra.help("env") # Environment variables astra.help("propagation") # Propagation functions astra.help("conjunction") # Conjunction analysis astra.help("data") # Data fetching No more searching through docs to find the right function! Documentation Updates New help() documentation added to Read-the-Docs Installation examples updated Breaking Changes (from v3.6.1) Strict mode is ON by default since v3.6.1 For backwards compatibility: astra.config.ASTRA_STRICT_MODE = False PassEvent fields renamed (with _deg suffix for clarity): max_elevation_deg, azimuth_at_aos_deg, azimuth_at_tca_deg, azimuth_at_los_deg New: satellite_illuminated, observer_in_darkness Installation pip install astra-core-engine==3.6.2 Full Changelog See [CHANGELOG.md](https://github.com/ISHANTARE/ASTRA/blob/main/CHANGELOG.md) </code></pre>