From 1f4fe5bdc2f2ec90301fc65d0623ee2b898de5de Mon Sep 17 00:00:00 2001 From: Lovisa Hassler Date: Fri, 11 Jan 2019 16:07:23 -0500 Subject: [PATCH] created an InSight cluster label --- .../solarsystem/dsn/spacecraftslabels.asset | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/data/assets/scene/solarsystem/dsn/spacecraftslabels.asset b/data/assets/scene/solarsystem/dsn/spacecraftslabels.asset index e1a4e6f559..39bf62e224 100644 --- a/data/assets/scene/solarsystem/dsn/spacecraftslabels.asset +++ b/data/assets/scene/solarsystem/dsn/spacecraftslabels.asset @@ -68,7 +68,7 @@ local IceLabel = { local InSightLabel = { LabelText = ".InSight", TimeFrame = { - Start = "2017-142T18:00:00", + Start = "2018-125T12:00:00", End = "2018-365T11:00:00" }, ObjectIdentifier = spacecrafts.InSightAsset.spacecraftID @@ -209,6 +209,11 @@ local MarsClusterLabel = { ObjectIdentifier = "Mars" } +local InsightClusterLabel = { + LabelText = "InSight, MarCO A & B ", + ObjectIdentifier = spacecrafts.InSightAsset.spacecraftID +} + ----------------------------------------------- -------------------- Id Maps ------------------ ----------------------------------------------- @@ -218,7 +223,10 @@ local labelMapMarsMissions = { label3 = OpportunityLabel, label4 = MomLabel, label5 = TraceGasOrbiterLabel, - label6 = CuriosityLabel + label6 = CuriosityLabel, + label7 = MarCOALabel, + label8 = MarCOBLabel, + label9 = InSightLabel } @@ -240,9 +248,6 @@ local labelMapInnerSpace = { label8 = GenesisLabel, label9 = Hayabusa2Label, label10 = MessengerLabel, - label12 = MarCOALabel, - label13 = MarCOBLabel, - label14 = InSightLabel, label15 = OsirisRexLabel, label16 = PlanetCLabel @@ -260,7 +265,8 @@ local labelMapNearEarth = { label9 = GeotailLabel } local labelMapClusters = { - Label1 = MarsClusterLabel + Label1 = MarsClusterLabel, + Label2 = InsightClusterLabel }