Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SGP4 model #433

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

SGP4 model #433

wants to merge 31 commits into from

Commits on Jun 25, 2024

  1. Add mechanism to selectively disable certain debug checks which may b…

    …e too heavy for some tests.
    bluescarni committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7e10c0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee46f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    3457c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8f367 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Small internal doc bits.

    bluescarni committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c92302d View commit details
    Browse the repository at this point in the history
  2. Small optimisation.

    bluescarni committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    05569b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Small doc tweak.

    bluescarni committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    20d8f43 View commit details
    Browse the repository at this point in the history
  2. Add another ctor to cfunc allowing to specify the list of variables a…

    …s a generic input range.
    bluescarni committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    328927f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    5f09403 View commit details
    Browse the repository at this point in the history
  2. Typo.

    bluescarni committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    83d972b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Small style fix.

    bluescarni committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b9546bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aafdcf3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Pre-emptively enable task isolation during parallel operations on cfunc.

    This is not currently necessary, but it will be when parallel mode is implemented in cfunc.
    bluescarni committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2e9fce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b222c7 View commit details
    Browse the repository at this point in the history
  3. Remove unused include.

    bluescarni committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9116b85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    364b640 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    e25e2dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    741dbe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cfd9bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30d4730 View commit details
    Browse the repository at this point in the history
  5. igor fix.

    bluescarni committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    54f8f5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dd7363 View commit details
    Browse the repository at this point in the history
  7. WIP on testing.

    bluescarni committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    667b5d9 View commit details
    Browse the repository at this point in the history
  8. More testing, coverage.

    bluescarni committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    426c1ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a826537 View commit details
    Browse the repository at this point in the history
  10. More coverage fixes.

    bluescarni committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    266290c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7317f4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94c74f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Small internal doc bits.

    bluescarni committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3dbc0fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42bcc77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ccc0a View commit details
    Browse the repository at this point in the history