mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 20:39:47 -05:00
separated the spacecrafts that don't have any valid transmissions, currently not included in our scene
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
-- This asset file contains some spacecrafts created with position
|
||||
-- data recieved from JPL, but that do not seem to be active/launched during
|
||||
-- the timeframe 1 JAN 2014 until 1 JAN 2019 and don't have any valid
|
||||
-- signal transmissions associated with them
|
||||
|
||||
-- Added from previous missions
|
||||
local BepiAsset = asset.require('scene/solarsystem/dsn/spacecrafts/bepi/bepi')
|
||||
local Ch2oAsset = asset.require('scene/solarsystem/dsn/spacecrafts/ch2o/ch2o')
|
||||
local GenesisAsset = asset.require('scene/solarsystem/dsn/spacecrafts/genesis/genesis')
|
||||
local JwstAsset = asset.require('scene/solarsystem/dsn/spacecrafts/jwst/jwst')
|
||||
local TERRAsset = asset.require('scene/solarsystem/dsn/spacecrafts/terr/terr')
|
||||
local TD10Asset = asset.require('scene/solarsystem/dsn/spacecrafts/td10/td10')
|
||||
local TD11Asset = asset.require('scene/solarsystem/dsn/spacecrafts/td11/td11')
|
||||
local SpilAsset = asset.require('scene/solarsystem/dsn/spacecrafts/spil/spil')
|
||||
local UlyssesAsset = asset.require('scene/solarsystem/dsn/spacecrafts/ulysses/ulysses')
|
||||
|
||||
-- BEPI = BepiAsset.spacecraftID,
|
||||
-- CH2O = Ch2oAsset.spacecraftID,
|
||||
-- GNS = GenesisAsset.spacecraftID,
|
||||
-- JWST = JwstAsset.spacecraftID,
|
||||
-- TERR = TERRAsset.spacecraftID,
|
||||
-- TD10 = TD10Asset.spacecraftID,
|
||||
-- TD11 = TD11Asset.spacecraftID,
|
||||
-- SPIL = SpilAsset.spacecraftID,
|
||||
-- ULYS = UlyssesAsset.spacecraftID
|
||||
|
||||
asset.export("BepiAsset", BepiAsset)
|
||||
asset.export("Ch2oAsset", Ch2oAsset)
|
||||
asset.export("GenesisAsset", GenesisAsset)
|
||||
asset.export("JwstAsset", JwstAsset)
|
||||
asset.export("SpilAsset", SpilAsset)
|
||||
asset.export("TD10Asset", TD10Asset)
|
||||
asset.export("TD11Asset", TD11Asset)
|
||||
asset.export("TERRAsset", TERRAsset)
|
||||
asset.export("UlyssesAsset", UlyssesAsset)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -6,10 +6,8 @@ local Voyager2Asset = asset.require('scene/solarsystem/missions/voyager2/voyager
|
||||
|
||||
-- added specifically for dsn visualization
|
||||
local AceAsset = asset.require('scene/solarsystem/dsn/spacecrafts/ace/ace')
|
||||
local BepiAsset = asset.require('scene/solarsystem/dsn/spacecrafts/bepi/bepi')
|
||||
local CassiniAsset = asset.require('scene/solarsystem/dsn/spacecrafts/cassini/cassini')
|
||||
local ChandraAsset = asset.require('scene/solarsystem/dsn/spacecrafts/chandra/chandra')
|
||||
local Ch2oAsset = asset.require('scene/solarsystem/dsn/spacecrafts/ch2o/ch2o')
|
||||
local CuriosityAsset = asset.require('scene/solarsystem/dsn/spacecrafts/curiosity/curiosity')
|
||||
local CLU1Asset = asset.require('scene/solarsystem/dsn/spacecrafts/clu1/clu1')
|
||||
local CLU2Asset = asset.require('scene/solarsystem/dsn/spacecrafts/clu2/clu2')
|
||||
@@ -17,14 +15,12 @@ local CLU3Asset = asset.require('scene/solarsystem/dsn/spacecrafts/clu3/clu3')
|
||||
local CLU4Asset = asset.require('scene/solarsystem/dsn/spacecrafts/clu4/clu4')
|
||||
local DawnAsset = asset.require('scene/solarsystem/dsn/spacecrafts/dawn/dawn')
|
||||
local GaiaAsset = asset.require('scene/solarsystem/dsn/spacecrafts/gaia/gaia')
|
||||
local GenesisAsset = asset.require('scene/solarsystem/dsn/spacecrafts/genesis/genesis')
|
||||
local GeotailAsset = asset.require('scene/solarsystem/dsn/spacecrafts/geotail/geotail')
|
||||
local Hayabusa2Asset = asset.require('scene/solarsystem/dsn/spacecrafts/hayabusa2/hayabusa2')
|
||||
local IceAsset = asset.require('scene/solarsystem/dsn/spacecrafts/ice/ice')
|
||||
local ImageAsset = asset.require('scene/solarsystem/dsn/spacecrafts/image/image')
|
||||
local InSightAsset = asset.require('scene/solarsystem/dsn/spacecrafts/insight/insight')
|
||||
local JunoAsset = asset.require('scene/solarsystem/dsn/spacecrafts/juno/juno')
|
||||
local JwstAsset = asset.require('scene/solarsystem/dsn/spacecrafts/jwst/jwst')
|
||||
local KeplerAsset = asset.require('scene/solarsystem/dsn/spacecrafts/kepler/kepler')
|
||||
local LadeAsset = asset.require('scene/solarsystem/dsn/spacecrafts/lade/lade')
|
||||
local LroAsset = asset.require('scene/solarsystem/dsn/spacecrafts/lro/lro')
|
||||
@@ -46,13 +42,10 @@ local ParkerSolarProbeAsset = asset.require('scene/solarsystem/dsn/spacecrafts/p
|
||||
local PlanetCAsset = asset.require('scene/solarsystem/dsn/spacecrafts/planetc/planetc')
|
||||
local PRCNAsset = asset.require('scene/solarsystem/dsn/spacecrafts/prcn/prcn')
|
||||
local SohoAsset = asset.require('scene/solarsystem/dsn/spacecrafts/soho/soho')
|
||||
local SpilAsset = asset.require('scene/solarsystem/dsn/spacecrafts/spil/spil')
|
||||
local SpitzerAsset = asset.require('scene/solarsystem/dsn/spacecrafts/spitzer/spitzer')
|
||||
local StereoAAsset = asset.require('scene/solarsystem/dsn/spacecrafts/stereoa/stereoa')
|
||||
local StereoBAsset = asset.require('scene/solarsystem/dsn/spacecrafts/stereob/stereob')
|
||||
local RosettaAsset = asset.require('scene/solarsystem/dsn/spacecrafts/rosetta/rosetta')
|
||||
local TD10Asset = asset.require('scene/solarsystem/dsn/spacecrafts/td10/td10')
|
||||
local TD11Asset = asset.require('scene/solarsystem/dsn/spacecrafts/td11/td11')
|
||||
local TD12Asset = asset.require('scene/solarsystem/dsn/spacecrafts/td12/td12')
|
||||
local TD13Asset = asset.require('scene/solarsystem/dsn/spacecrafts/td13/td13')
|
||||
local TDR3Asset = asset.require('scene/solarsystem/dsn/spacecrafts/tdr3/tdr3')
|
||||
@@ -60,11 +53,9 @@ local TDR5Asset = asset.require('scene/solarsystem/dsn/spacecrafts/tdr5/tdr5')
|
||||
local TDR6Asset = asset.require('scene/solarsystem/dsn/spacecrafts/tdr6/tdr6')
|
||||
local TDR7Asset = asset.require('scene/solarsystem/dsn/spacecrafts/tdr7/tdr7')
|
||||
local TDR9Asset = asset.require('scene/solarsystem/dsn/spacecrafts/tdr9/tdr9')
|
||||
local TERRAsset = asset.require('scene/solarsystem/dsn/spacecrafts/terr/terr')
|
||||
local TessAsset = asset.require('scene/solarsystem/dsn/spacecrafts/transitexoplanetsurvey/transitexoplanetsurvey')
|
||||
local ThemisBAsset = asset.require('scene/solarsystem/dsn/spacecrafts/themisb/themisb')
|
||||
local ThemisCAsset = asset.require('scene/solarsystem/dsn/spacecrafts/themisc/themisc')
|
||||
local UlyssesAsset = asset.require('scene/solarsystem/dsn/spacecrafts/ulysses/ulysses')
|
||||
local TraceGasOrbiterAsset = asset.require('scene/solarsystem/dsn/spacecrafts/tracegasorbiter/tracegasorbiter')
|
||||
local VenusExpressAsset = asset.require('scene/solarsystem/dsn/spacecrafts/venusexpress/venusexpress')
|
||||
local WindAsset = asset.require('scene/solarsystem/dsn/spacecrafts/wind/wind')
|
||||
@@ -76,23 +67,19 @@ local XRayAsset = asset.require('scene/solarsystem/dsn/spacecrafts/xray/xray')
|
||||
-------------------------------------------------------------------
|
||||
local signalDataIdMap = {
|
||||
ACE = AceAsset.spacecraftID,
|
||||
BEPI = BepiAsset.spacecraftID,
|
||||
CAS = CassiniAsset.spacecraftID,
|
||||
CHDR = ChandraAsset.spacecraftID,
|
||||
CH2O = Ch2oAsset.spacecraftID,
|
||||
CLU1 = CLU1Asset.spacecraftID,
|
||||
CLU2 = CLU2Asset.spacecraftID,
|
||||
CLU3 = CLU3Asset.spacecraftID,
|
||||
CLU4 = CLU4Asset.spacecraftID,
|
||||
DAWN = DawnAsset.spacecraftID,
|
||||
GAIA = GaiaAsset.spacecraftID,
|
||||
GNS = GenesisAsset.spacecraftID,
|
||||
GTL = GeotailAsset.spacecraftID,
|
||||
HYB2 = Hayabusa2Asset.spacecraftID,
|
||||
ICE = IceAsset.spacecraftID,
|
||||
IMAG = ImageAsset.spacecraftID,
|
||||
JNO = JunoAsset.spacecraftID,
|
||||
JWST = JwstAsset.spacecraftID,
|
||||
KEPL = KeplerAsset.spacecraftID,
|
||||
LADE = LadeAsset.spacecraftID,
|
||||
LRO = LroAsset.spacecraftID,
|
||||
@@ -115,14 +102,11 @@ local signalDataIdMap = {
|
||||
PLC = PlanetCAsset.spacecraftID,
|
||||
PRCN = PRCNAsset.spacecraftID,
|
||||
SOHO = SohoAsset.spacecraftID,
|
||||
SPIL = SpilAsset.spacecraftID,
|
||||
SPP = ParkerSolarProbeAsset.spacecraftID,
|
||||
STF = SpitzerAsset.spacecraftID,
|
||||
STA = StereoAAsset.spacecraftID,
|
||||
STB = StereoBAsset.spacecraftID,
|
||||
ROSE = RosettaAsset.spacecraftID,
|
||||
TD10 = TD10Asset.spacecraftID,
|
||||
TD11 = TD11Asset.spacecraftID,
|
||||
TD12 = TD12Asset.spacecraftID,
|
||||
TD13 = TD13Asset.spacecraftID,
|
||||
TDR3 = TDR3Asset.spacecraftID,
|
||||
@@ -131,11 +115,9 @@ local signalDataIdMap = {
|
||||
TDR7 = TDR7Asset.spacecraftID,
|
||||
TDR9 = TDR9Asset.spacecraftID,
|
||||
TESS = TessAsset.spacecraftID,
|
||||
TERR = TERRAsset.spacecraftID,
|
||||
THB = ThemisBAsset.spacecraftID,
|
||||
THC = ThemisCAsset.spacecraftID,
|
||||
TGO = TraceGasOrbiterAsset.spacecraftID,
|
||||
ULYS = UlyssesAsset.spacecraftID,
|
||||
VEX = VenusExpressAsset.spacecraftID,
|
||||
VGR1 = Voyager1Asset.spacecraftID,
|
||||
VGR2 = Voyager2Asset.spacecraftID,
|
||||
@@ -147,10 +129,8 @@ local signalDataIdMap = {
|
||||
|
||||
asset.export("signalDataIdMap", signalDataIdMap)
|
||||
asset.export("AceAsset", AceAsset)
|
||||
asset.export("BepiAsset", BepiAsset)
|
||||
asset.export("CassiniAsset", CassiniAsset)
|
||||
asset.export("ChandraAsset", ChandraAsset)
|
||||
asset.export("Ch2oAsset", Ch2oAsset)
|
||||
asset.export("CuriosityAsset", CuriosityAsset)
|
||||
asset.export("CLU1Asset", CLU1Asset)
|
||||
asset.export("CLU2Asset", CLU2Asset)
|
||||
@@ -158,14 +138,12 @@ asset.export("CLU3Asset", CLU3Asset)
|
||||
asset.export("CLU4Asset", CLU4Asset)
|
||||
asset.export("DawnAsset", DawnAsset)
|
||||
asset.export("GaiaAsset", GaiaAsset)
|
||||
asset.export("GenesisAsset", GenesisAsset)
|
||||
asset.export("GeotailAsset", GeotailAsset)
|
||||
asset.export("Hayabusa2Asset", Hayabusa2Asset)
|
||||
asset.export("IceAsset", IceAsset)
|
||||
asset.export("ImageAsset", ImageAsset)
|
||||
asset.export("InSightAsset", InSightAsset)
|
||||
asset.export("JunoAsset", JunoAsset)
|
||||
asset.export("JwstAsset", JwstAsset)
|
||||
asset.export("KeplerAsset", KeplerAsset)
|
||||
asset.export("LadeAsset", LadeAsset)
|
||||
asset.export("LroAsset", LroAsset)
|
||||
@@ -187,13 +165,10 @@ asset.export("ParkerSolarProbeAsset", ParkerSolarProbeAsset)
|
||||
asset.export("PlanetCAsset", PlanetCAsset)
|
||||
asset.export("PRCNAsset", PRCNAsset)
|
||||
asset.export("SohoAsset", SohoAsset)
|
||||
asset.export("SpilAsset", SpilAsset)
|
||||
asset.export("SpitzerAsset", SpitzerAsset)
|
||||
asset.export("StereoAAsset", StereoAAsset)
|
||||
asset.export("StereoBAsset", StereoBAsset)
|
||||
asset.export("RosettaAsset", RosettaAsset)
|
||||
asset.export("TD10Asset", TD10Asset)
|
||||
asset.export("TD11Asset", TD11Asset)
|
||||
asset.export("TD12Asset", TD12Asset)
|
||||
asset.export("TD13Asset", TD13Asset)
|
||||
asset.export("TDR3Asset", TDR3Asset)
|
||||
@@ -201,17 +176,12 @@ asset.export("TDR5Asset", TDR5Asset)
|
||||
asset.export("TDR6Asset", TDR6Asset)
|
||||
asset.export("TDR7Asset", TDR7Asset)
|
||||
asset.export("TDR9Asset", TDR9Asset)
|
||||
asset.export("TERRAsset", TERRAsset)
|
||||
asset.export("TessAsset", TessAsset)
|
||||
asset.export("ThemisBAsset", ThemisBAsset)
|
||||
asset.export("ThemisCAsset", ThemisCAsset)
|
||||
asset.export("TraceGasOrbiterAsset", TraceGasOrbiterAsset)
|
||||
asset.export("UlyssesAsset", UlyssesAsset)
|
||||
asset.export("VenusExpressAsset", VenusExpressAsset)
|
||||
asset.export("Voyager1Asset", Voyager1Asset)
|
||||
asset.export("Voyager2Asset", Voyager2Asset)
|
||||
asset.export("WindAsset", WindAsset)
|
||||
asset.export("XRayAsset", XRayAsset)
|
||||
|
||||
|
||||
|
||||
asset.export("XRayAsset", XRayAsset)
|
||||
@@ -11,6 +11,11 @@ local spacecraftID = "Ulysses";
|
||||
|
||||
local Ulysses = {
|
||||
Identifier = spacecraftID,
|
||||
TimeFrame = {
|
||||
Type = "TimeFrameInterval",
|
||||
Start = "2014-JAN-01-00:00:00",
|
||||
End = "2014-DEC-01-00:00:00"
|
||||
},
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "RadecTranslation",
|
||||
|
||||
@@ -8,10 +8,6 @@ local AceLabel = {
|
||||
LabelText = ".Ace",
|
||||
ObjectIdentifier = spacecrafts.AceAsset.spacecraftID
|
||||
}
|
||||
local BepiLabel = {
|
||||
LabelText = ".Bepi",
|
||||
ObjectIdentifier = spacecrafts.BepiAsset.spacecraftID
|
||||
}
|
||||
local CassiniLabel = {
|
||||
LabelText = ".Cassini",
|
||||
ObjectIdentifier = spacecrafts.CassiniAsset.spacecraftID
|
||||
@@ -20,10 +16,6 @@ local ChandraLabel = {
|
||||
LabelText = ".Chandra",
|
||||
ObjectIdentifier = spacecrafts.ChandraAsset.spacecraftID
|
||||
}
|
||||
local Ch2oLabel = {
|
||||
LabelText = ".Ch2O",
|
||||
ObjectIdentifier = spacecrafts.Ch2oAsset.spacecraftID
|
||||
}
|
||||
local CLU1Label = {
|
||||
LabelText = ".CLU1",
|
||||
ObjectIdentifier = spacecrafts.CLU1Asset.spacecraftID
|
||||
@@ -52,10 +44,6 @@ local GaiaLabel = {
|
||||
LabelText = ".Gaia",
|
||||
ObjectIdentifier = spacecrafts.GaiaAsset.spacecraftID
|
||||
}
|
||||
local GenesisLabel = {
|
||||
LabelText = ".Genesis",
|
||||
ObjectIdentifier = spacecrafts.GenesisAsset.spacecraftID
|
||||
}
|
||||
local GeotailLabel = {
|
||||
LabelText = ".Geotail",
|
||||
ObjectIdentifier = spacecrafts.GeotailAsset.spacecraftID
|
||||
@@ -80,10 +68,6 @@ local JunoLabel = {
|
||||
LabelText = ".Juno",
|
||||
ObjectIdentifier = spacecrafts.JunoAsset.spacecraftID
|
||||
}
|
||||
local JwstLabel = {
|
||||
LabelText = ".JWST",
|
||||
ObjectIdentifier = spacecrafts.JwstAsset.spacecraftID
|
||||
}
|
||||
local KeplerLabel = {
|
||||
LabelText = ".Kepler",
|
||||
ObjectIdentifier = spacecrafts.KeplerAsset.spacecraftID
|
||||
@@ -168,10 +152,6 @@ local SohoLabel = {
|
||||
LabelText = ".SOHO",
|
||||
ObjectIdentifier = spacecrafts.SohoAsset.spacecraftID
|
||||
}
|
||||
local SpilLabel = {
|
||||
LabelText = ".SPIL",
|
||||
ObjectIdentifier = spacecrafts.SpilAsset.spacecraftID
|
||||
}
|
||||
local SpitzerLabel = {
|
||||
LabelText = ".Spitzer",
|
||||
ObjectIdentifier = spacecrafts.SpitzerAsset.spacecraftID
|
||||
@@ -188,14 +168,6 @@ local RosettaLabel = {
|
||||
LabelText = ".Rosetta",
|
||||
ObjectIdentifier = spacecrafts.RosettaAsset.spacecraftID
|
||||
}
|
||||
local TD10Label = {
|
||||
LabelText = ".TD10",
|
||||
ObjectIdentifier = spacecrafts.TD10Asset.spacecraftID
|
||||
}
|
||||
local TD11Label = {
|
||||
LabelText = ".TD11",
|
||||
ObjectIdentifier = spacecrafts.TD10Asset.spacecraftID
|
||||
}
|
||||
local TD12Label = {
|
||||
LabelText = ".TD12",
|
||||
ObjectIdentifier = spacecrafts.TD12Asset.spacecraftID
|
||||
@@ -224,10 +196,6 @@ local TDR9Label = {
|
||||
LabelText = ".TDR9",
|
||||
ObjectIdentifier = spacecrafts.TDR9Asset.spacecraftID
|
||||
}
|
||||
local TERRLabel = {
|
||||
LabelText = ".TERR",
|
||||
ObjectIdentifier = spacecrafts.TERRAsset.spacecraftID
|
||||
}
|
||||
--Transit exoplanet Survey Satellite
|
||||
local TessLabel = {
|
||||
LabelText = ".TESS",
|
||||
@@ -245,10 +213,6 @@ local TraceGasOrbiterLabel = {
|
||||
LabelText = ".TGO",
|
||||
ObjectIdentifier = spacecrafts.TraceGasOrbiterAsset.spacecraftID
|
||||
}
|
||||
local UlyssesLabel = {
|
||||
LabelText = ".Ulysses",
|
||||
ObjectIdentifier = spacecrafts.UlyssesAsset.spacecraftID
|
||||
}
|
||||
local VenusExpressLabel = {
|
||||
LabelText = ".Venus Express",
|
||||
ObjectIdentifier = spacecrafts.VenusExpressAsset.spacecraftID
|
||||
@@ -320,7 +284,6 @@ local labelMapInnerSpace = {
|
||||
Label5 = KeplerLabel,
|
||||
label6 = DawnLabel,
|
||||
label7 = SpitzerLabel,
|
||||
label8 = GenesisLabel,
|
||||
label9 = Hayabusa2Label,
|
||||
label10 = MessengerLabel,
|
||||
label15 = OsirisRexLabel,
|
||||
@@ -329,9 +292,6 @@ local labelMapInnerSpace = {
|
||||
label18 = ParkerSolarProbeLabel,
|
||||
label19 = VenusExpressLabel,
|
||||
label20 = PRCNCLabel,
|
||||
label21 = BepiLabel,
|
||||
label22 = UlyssesLabel
|
||||
|
||||
}
|
||||
|
||||
local labelMapNearEarth = {
|
||||
@@ -342,8 +302,6 @@ local labelMapNearEarth = {
|
||||
label7 = IceLabel,
|
||||
label8 = TessLabel,
|
||||
label9 = GeotailLabel,
|
||||
label10 = TD10Label,
|
||||
label11 = TD11Label,
|
||||
label12 = TD12Label,
|
||||
label13 = TD13Label,
|
||||
label14 = TDR3Label,
|
||||
@@ -361,12 +319,8 @@ local labelMapNearEarth = {
|
||||
label26 = MMS2Label,
|
||||
label27 = MMS3Label,
|
||||
label28 = MMS4Label,
|
||||
label29 = TERRLabel,
|
||||
label30 = AceLabel,
|
||||
label31 = Ch2oLabel,
|
||||
label32 = JwstLabel,
|
||||
label33 = LadeLabel,
|
||||
label34 = SpilLabel,
|
||||
|
||||
}
|
||||
local labelMapLunarMissions = {
|
||||
|
||||
Reference in New Issue
Block a user