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

Comms expansion #209

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

Comms expansion #209

wants to merge 36 commits into from

Commits on Jan 17, 2024

  1. Added models

    Tim Smit committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1ed3e59 View commit details
    Browse the repository at this point in the history
  2. Added additional calculations

    Tim Smit committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    abd9fcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ee579b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix typo

    Tim Smit committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4c376af View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    Tim Smit committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0d7298e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Comments and cleanup

    Tim Smit committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b840d2c View commit details
    Browse the repository at this point in the history
  2. Tests refactoring

    Tim Smit committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7b31547 View commit details
    Browse the repository at this point in the history
  3. Update

    Tim Smit committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    00da78e View commit details
    Browse the repository at this point in the history
  4. Update

    Tim Smit committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    02f710e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into comms_expansion

    Tim Smit committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c0a1c27 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fixed circular reference errors

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ebb0e79 View commit details
    Browse the repository at this point in the history
  2. Added .idea to gitignore

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    09079cb View commit details
    Browse the repository at this point in the history
  3. Bugfix after the refactoring

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4177086 View commit details
    Browse the repository at this point in the history
  4. Refactoring

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    28ed261 View commit details
    Browse the repository at this point in the history
  5. Applied black formatting

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f6e1de5 View commit details
    Browse the repository at this point in the history
  6. Black format attempt 2

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c31c38c View commit details
    Browse the repository at this point in the history
  7. Flake8 attempt 1

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    68296cf View commit details
    Browse the repository at this point in the history
  8. Flake8 attempt 2

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c9077b5 View commit details
    Browse the repository at this point in the history
  9. Black formatting attempt 3

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5526e95 View commit details
    Browse the repository at this point in the history
  10. Add pylintrc to gitignore

    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b9dc375 View commit details
    Browse the repository at this point in the history
  11. Delete pylintrc

    timsmitdelft authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9e31d2e View commit details
    Browse the repository at this point in the history
  12. Merge branch 'comms_expansion' of https://github.com/aidotse/PASEOS i…

    …nto comms_expansion
    Tim Smit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6a5352c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Docstrings

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8481664 View commit details
    Browse the repository at this point in the history
  2. Updated readme with comms link budget example

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    76c7a47 View commit details
    Browse the repository at this point in the history
  3. Removed one layer of abstraction

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c6311f3 View commit details
    Browse the repository at this point in the history
  4. Updated example notebooks

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    16c82c9 View commit details
    Browse the repository at this point in the history
  5. Added constants

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ca5ac42 View commit details
    Browse the repository at this point in the history
  6. Moved comms utils to comms folder

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ef5dbb7 View commit details
    Browse the repository at this point in the history
  7. Moved comm links to actor instead of paseos

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9bff5eb View commit details
    Browse the repository at this point in the history
  8. Updated comms tests

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0583471 View commit details
    Browse the repository at this point in the history
  9. Moved tests

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1b5d536 View commit details
    Browse the repository at this point in the history
  10. Formatting

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2082b42 View commit details
    Browse the repository at this point in the history
  11. Black formatting with line length 100

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    51a2dc3 View commit details
    Browse the repository at this point in the history
  12. Improved docstrings

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    991968d View commit details
    Browse the repository at this point in the history
  13. Added comments to tests

    Tim Smit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    90af927 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Allow radio receiver on satellite

    Tim Smit committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    44a2ead View commit details
    Browse the repository at this point in the history