Skip to content

Update README.md#176

Merged
gomezzz merged 6 commits intomainfrom
adding-parameter-table
Jul 14, 2023
Merged

Update README.md#176
gomezzz merged 6 commits intomainfrom
adding-parameter-table

Conversation

@gomezzz
Copy link
Collaborator

@gomezzz gomezzz commented Jul 10, 2023

Added a table explaining physical model parameters

Resolved Issues

N/A

How Has This Been Tested?

N/A

Related Pull Requests

N/A

Added a table explaining physical model parameters
@gomezzz gomezzz added the documentation Improvements or additions to documentation label Jul 10, 2023
@gomezzz gomezzz requested a review from GabrieleMeoni July 10, 2023 14:12
@github-actions
Copy link

github-actions bot commented Jul 10, 2023

Overall Coverage

Coverage Report
FileStmtsMissCoverMissing
paseos
   __init__.py31294%44, 47
   paseos.py1511491%73–74, 151–152, 209, 224, 242, 251, 269, 300, 308–311, 411–412
paseos/activities
   activity_manager.py43393%46, 74, 157
   activity_processor.py58198%121
   activity_runner.py621084%80–84, 104–113, 122–125
paseos/actors
   actor_builder.py1262481%20–26, 29, 109–111, 158–167, 301, 358, 386, 398–402, 409–410, 417–418
   base_actor.py1201885%82, 99, 115, 153, 193–195, 224, 233, 250, 273, 279–282, 286, 300, 348
   ground_station_actor.py15380%47–53
   spacecraft_actor.py61198%123
paseos/communication
   get_communication_window.py22291%38, 63
   is_in_line_of_sight.py741580%66, 73, 81, 140–157, 199, 219
paseos/power
   charge_model.py17194%52
   discharge_model.py7271%22, 34
   is_in_eclipse.py39490%28–29, 86–87
paseos/tests
   activity_test.py57395%90, 93–94
   communication_window_test.py58198%193
   eclipse_test.py11191%22
   import_test.py6183%13
   init_test.py8188%16
   line_of_sight_test.py65494%147–150
   thermal_model_test.py30197%61
   visualization_test.py20195%31
paseos/utils
   check_cfg.py611870%31, 40, 46, 60–62, 67, 70–72, 75–77, 80–82, 98, 103
   operations_monitor.py71494%86, 127–130
paseos/visualization
   animation.py18667%27–30, 35, 44
   plot.py9367%28–31
   space_animation.py1952090%132, 156, 159–162, 168, 278, 301–303, 308, 318–319, 323, 358, 364–365, 396, 410–421
TOTAL187516491% 

Tests Skipped Failures Errors Time
31 0 💤 0 ❌ 0 🔥 58.611s ⏱️

README.md Outdated
| Maximum Battery Level [Ws] | float | Maximum battery level | - | > 0 | high |
| Charging Rate [W] | float | Charging rate of the battery | - | > 0 | high |
| Power Device Type | enum | Type of power device. Can be either "SolarPanel" or "RTG" | SolarPanel | - | medium |
| Data Corruption Events [1/s] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low |
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
| Data Corruption Events [1/s] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low |
| Data Corruption Events [Hz] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low |

gomezzz and others added 4 commits July 14, 2023 11:09
Co-authored-by: Gabriele Meoni <70584239+GabrieleMeoni@users.noreply.github.com>
Co-authored-by: Gabriele Meoni <70584239+GabrieleMeoni@users.noreply.github.com>
Co-authored-by: Gabriele Meoni <70584239+GabrieleMeoni@users.noreply.github.com>
@gomezzz gomezzz merged commit a2efe2b into main Jul 14, 2023
@gomezzz gomezzz deleted the adding-parameter-table branch July 14, 2023 09:19
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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants