Skip to content

Conversation

@schaubh
Copy link
Contributor

@schaubh schaubh commented Nov 27, 2025

  • Tickets addressed: bsk-1157
  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

It was not clear what units mu and a should be.
Also added hints the methods in orbitalMotion.py.

Verification

Documentation builds without issues.

Documentation

All unit tests pass.

Future work

None

@schaubh schaubh requested a review from Mark2000 November 27, 2025 01:44
@schaubh schaubh self-assigned this Nov 27, 2025
@schaubh schaubh requested a review from a team as a code owner November 27, 2025 01:44
@schaubh schaubh added this to Basilisk Nov 27, 2025
@schaubh schaubh added the documentation Improvements or additions to documentation label Nov 27, 2025
@schaubh schaubh moved this to 👀 In review in Basilisk Nov 27, 2025
@schaubh schaubh linked an issue Nov 27, 2025 that may be closed by this pull request
@schaubh schaubh force-pushed the feature/explain_units branch from 492cfb6 to 4995b4f Compare November 29, 2025 15:08
Copy link
Contributor

@Mark2000 Mark2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me. Made one comment for a possible but not necessary improvement.

rPeriap = None
rApoap = None
__slots__ = ['a', 'e', 'i', 'Omega', 'omega', 'f', 'rmag', 'alpha', 'rPeriap', 'rApoap']
def __init__(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be a good place to use a dataclass instead of a standard class: https://docs.python.org/3/library/dataclasses.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

Incorrect units in major axis in docs

3 participants