From 8f2e3d93783c4bb3e4cd0a9db0c1d82a833b1752 Mon Sep 17 00:00:00 2001 From: Dan Delany Date: Mon, 4 Mar 2024 09:59:27 -0800 Subject: [PATCH] update more firesat references to missionmodel --- docs/mission-modeling/configuration.md | 2 +- docs/planning/upload-mission-model.mdx | 2 +- docs/tutorials/mission-modeling/first-build.mdx | 2 +- docs/tutorials/mission-modeling/mission-modeling.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/mission-modeling/configuration.md b/docs/mission-modeling/configuration.md index 98e8eeb..e375197 100644 --- a/docs/mission-modeling/configuration.md +++ b/docs/mission-modeling/configuration.md @@ -44,7 +44,7 @@ Similarly to activities, the annotation processor will take care of all serializ A `Configuration` can be a simple data class. For example: ```java -package firesat; +package missionmodel; import gov.nasa.jpl.aerie.merlin.framework.annotations.Export; import java.nio.file.Path; diff --git a/docs/planning/upload-mission-model.mdx b/docs/planning/upload-mission-model.mdx index 2b4ac72..ee9772d 100644 --- a/docs/planning/upload-mission-model.mdx +++ b/docs/planning/upload-mission-model.mdx @@ -12,7 +12,7 @@ To get the Aerie services running locally first follow the [fast track instructi 1. Navigate to the `/models` page in the Aerie UI. If you are running Aerie locally it is at [http://localhost/models](http://localhost/models). -1. Use the form on the `/models` page to upload the mission model `.jar` file. Give the mission model a name ("FireSat" in this example). The version can be any string (preferably a semantic version string like `1.0.0`). After you fill in all the fields click the 'Create' button to upload the model. Here is a video demonstration: +1. Use the form on the `/models` page to upload the mission model `.jar` file. Give the mission model a name ("MissionModel" in this example). The version can be any string (preferably a semantic version string like `1.0.0`). After you fill in all the fields click the 'Create' button to upload the model. Here is a video demonstration: