https://github.com/nasa-ammos/aerie-modeling-tutorial
Mission model example produced after completing the Aerie modeling tutorial
https://github.com/nasa-ammos/aerie-modeling-tutorial
Last synced: 8 months ago
JSON representation
Mission model example produced after completing the Aerie modeling tutorial
- Host: GitHub
- URL: https://github.com/nasa-ammos/aerie-modeling-tutorial
- Owner: NASA-AMMOS
- Created: 2023-11-30T16:46:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T15:30:23.000Z (over 1 year ago)
- Last Synced: 2025-03-13T16:34:22.345Z (over 1 year ago)
- Language: Java
- Size: 41.7 MB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mission Modeling Tutorial
This repo houses the simple on-board spacecraft solid state recorder model that you will build as part of [Aerie's modeling tutorial](https://nasa-ammos.github.io/aerie-docs/tutorials/mission-modeling/introduction/).
While we recommend you go through the tutorial, this model also serves as an example you can use to jump start your own modeling efforts.
The model includes a resource that tracks recording rate (`RecordingRate`) and a number of different resources that show different ways in which you can integrate rate to get data volume over time (`SSR_Volume_*`).
A couple of different style data collection activities (`CollectData`, `ChangeMagMode`) are also included to trigger recording rate changes.
If you don't want to pull down and build this repo, but still want to try out the model, you can use the pre-built [missionmodel.jar](missionmodel.jar) and upload it directly to Aerie.
If you do want to compile a jar for this model yourself, the instructions outlined in the [mission model template repo](https://github.com/NASA-AMMOS/aerie-mission-model-template?tab=readme-ov-file#aerie-mission-model-template) should work here as well.