Elite Observatory - Search your journal for potentially interesting objects, or notify you of new ones on the fly while exploring!

What even is this?
Elite Observatory is a tool which can read and monitor your Elite Dangerous journal for objects which might be "interesting" so you can go take a closer look.

What is "interesting?"
A lot of things, potentially. Currently the built-in checks include:

  • Landable and terraformable (might not be interesting to look at, but you can go there and dream of what might be!)
  • Landable with atmosphere
  • Landable high-g (>3g)
  • Landable large (>18000km radius)
  • Orbiting close to parent body
  • Shepherd moons (orbiting closer than a ring)
  • Close binary pairs
  • Colliding binary pairs
  • Moons of moons
  • Tiny objects (<300km radius)
  • Fast and non-locked rotation
  • Fast orbits
  • High eccentricity
  • Wide rings
  • Good jumponium availability (5/6 materials on a single body)
  • Full jumponium availability within a single system
  • Full jumponium availability on a single body (pretty sure this can't happen, but I'm watching for it anyway)
These checks are all individually toggleable if there are some you don't want to see.

I don't care about any of that!
Well, you can add your own. A set of user-defined criteria can be created so you can find the things you like. There is a description of how to do so in the readme on github, which I will link below. If you need more help, give me a shout!

You said it monitors, do I have to alt-tab constantly to check on what has been found?
No! You can enable pop-up notifications or text-to-speech!

This sounds vaguely familiar...
Well, it should. /u/imathrowback on reddit created a very similar tool once upon a time, which served as my inspiration, so I'd like to thank them for that. They also said at the time: "maybe some nice soul will copy it and make it better and awesome"
I don't know how nice I am, or how awesome this is, but here you go!

What does it look like?
Depending on which version you use, maybe like this:
1631540487123.png


Or if you like the older version, then a little like this:
1631540677510.png



Where do I get it?
If you want to test the latest and greatest, a complete rewrite from scratch is available here: https://github.com/Xjph/ObservatoryCore/releases
Please note that this rewrite is not yet feature complete as compared to the old version, and may not be suitable for use depending on your use case.

For old reliable, you can head here: https://github.com/Xjph/EliteObservatory/releases

What do I need to run it?
Probably nothing you don't already have. The original Elite Observatory requires .NET 4.5, but if you don't have that you're probably not running Elite either. The newer Observatory Core is built on .NET 5, but is packaged with it in the portable version, and the installer should download it if necessary.

Is it safe?
Well, I say it is, but it's up to you whether or not you trust that. You can read the source on github if you like, and to be extra safe build it yourself.

Sure, let's take a look at that source!
https://github.com/Xjph/ObservatoryCore

or

https://github.com/Xjph/EliteObservatory


...
I like to think that Core's code is nicer than the original, but yeah, there's some stuff in there I'm not super proud of. None of it is malicious though...

This is broken garbage!
Report a bug! Either on github or here is fine.

I have an idea!
Let me know! Or submit a pull request! Or fork the project and just do it all yourself! Or rewrite it all from scratch! Or fail to muster up the motivation and do nothing! I'm fine with all of those options.

Where else can I talk to you?
I now have a Discord server, you can find me there!
 
Last edited:
  • Landable with atmosphere (I know it can't happen.... but what if it did?!)

This one is sort-of possible currently. A planet can be landable with atmospheric pressure as long as it's under 0.001 atmospheres. The currently known highest surface pressure for a landable body is 0.000986922 (Outorst QO-G b12-0 A 2, Rocky Ice world). These still show up as "No atmosphere", even though there's a small amount of surface pressure.

Anyway, neat idea!
 
This one is sort-of possible currently. A planet can be landable with atmospheric pressure as long as it's under 0.001 atmospheres. The currently known highest surface pressure for a landable body is 0.000986922 (Outorst QO-G b12-0 A 2, Rocky Ice world). These still show up as "No atmosphere", even though there's a small amount of surface pressure.

Anyway, neat idea!
That's interesting. Perhaps I should add a check for "landable with tenuous atmosphere" that looks for non-zero pressure. Right now it's just checking if an atmosphere type is listed.
 
Funny that I noticed such a planet (icy body in my case) just yesterday for the very first time. I thought it was just a fluke, but I guess not. While searching for it in my travel log I managed to find yet another one pretty quickly: [Hypiae Aub BQ-X d1-2122 1 d]. This one was a rocky body though. Seems they're not overly rare, there are several more in that system.

Now that gives me an idea.. I should probably re-investigate the strange water worlds without any atmosphere that I've found so far. To see whether they have a slight surface pressure after all.

Edit: Done. Too bad, they all had a surface pressure of 0.000000 according to the journals. And there goes my chance for justifying the existance of those worlds. ;)
 
Last edited:
Looks quite good already, and thanks for making it open source!
Some suggestions for interesting criteria:
  • Four or more bodies with shared barycenters
  • Green gas giants (in case you didn't notice, and it didn't go into the Codex)
  • Notable Stellar Phenomena (in case you didn't notice - easy to miss if you're only looking at the FSP!)
 
  • Four or more bodies with shared barycenters

I assume you mean many-levels deep binary relationships and not four objects sharing the same barycentre, which would just be a normal set of orbits. That's definitely something that could be checked for.

  • Green gas giants (in case you didn't notice, and it didn't go into the Codex)

I don't have any planet-type related checks in yet, but it's definitely something that wouldn't be hard to add.

  • Notable Stellar Phenomena (in case you didn't notice - easy to miss if you're only looking at the FSP!)

I actually haven't looked into the NSP journal events. As long as something gets written to the journal about them then it can be added, but it sounds like you want them to be picked up before they're scanned? Does the "honk" journal entry have that data? I'll have to check.
 
I assume you mean many-levels deep binary relationships and not four objects sharing the same barycentre, which would just be a normal set of orbits. That's definitely something that could be checked for.
No, I meant... hang on, better to illustrate with a picture:

(M36 Sector RI-T c3-5)

I actually haven't looked into the NSP journal events. As long as something gets written to the journal about them then it can be added, but it sounds like you want them to be picked up before they're scanned? Does the "honk" journal entry have that data? I'll have to check.
Yep, the events get written right after the honk - but apparently, only if it's a cloud. Otherwise, with rings, they only go into the journal after scanning the parent body. An example:
Code:
{ "timestamp":"2019-09-09T00:03:06Z", "event":"FSSDiscoveryScan", "Progress":1.000000, "BodyCount":2, "NonBodyCount":7, "SystemName":"Ovomly HR-D d12-10", "SystemAddress":349997681771 }
{ "timestamp":"2019-09-09T00:03:14Z", "event":"FSSSignalDiscovered", "SystemAddress":349997681771, "SignalName":"$Fixed_Event_Life_Cloud;", "SignalName_Localised":"Notable stellar phenomena" }
{ "timestamp":"2019-09-09T00:03:21Z", "event":"FSSSignalDiscovered", "SystemAddress":349997681771, "SignalName":"$Fixed_Event_Life_Cloud;", "SignalName_Localised":"Notable stellar phenomena" }
 
Last edited:
No, I meant... hang on, better to illustrate with a picture:
(M36 Sector RI-T c3-5
You say "no", but that's a four level deep nested binary relationship. Entirely one-sided in the particular case. Either way you choose to describe it, yes, it can probably be checked for, but will require a bit of recursion back up the chain of the discovered objects, and could get a little finicky depending on the order they get scanned in since each scan event only contains information directly about that single object. In that example if I scan 2 first I have no way of knowing how deeply embedded it is at that moment, and I can never be completely sure I have the full structure until I get a FSSAllBodiesFound event.

Still, ostensibly doable.

Good news on the NSPs though, should be easy to add.
 
For the GGGs, are the codex entries logged to the journal, showing them as such? If so, that's wonderful. Previously there was no way to detect them in the journal at all.

EDIT: I'd check my own journals, but I haven't visited one since Chapter 4 launched.
 
For the GGGs, are the codex entries logged to the journal, showing them as such? If so, that's wonderful. Previously there was no way to detect them in the journal at all.

EDIT: I'd check my own journals, but I haven't visited one since Chapter 4 launched.
I have no idea actually. They're probably just logged as ordinary class whatever giants if you look at the planet type, but it might be possible to determine if they are "green" by looking at material composition.
 
I'm currently heading towards a known GGG to provide you with the corresponding journal entries. I'm planning to do FSS+DSS scans. I've come quite close to it today, only ~2900Ly left. I'll reach it tomorrow and then I'll give you the log excerpt, unless someone beats me to it in the meantime.

Edit: I don't think that the "Very interesting" checkbox is good GUI design. A user who installs and uses the tool as such will have no idea what exactly this checkbox means, triggering undefined behaviour. I'd suggest to rename it to make it self-explanatory, or if this is not possible due to its complexity, you should provide some info button or a something next to it, so that a user can read about what ticking this checkbox will do exactly.
 
Last edited:
Fair point about the "very interesting" option. I've had several people ask what it means so some kind of explanation is definitely in order. Or I may just remove it entirely.
 
Thank you!

In the meantime, I switched Neutron boosts back on for my routing, and made the ~2950Ly in just 14 jumps. Here's your journal excerpt for the entire system I picked:

Code:
{ "timestamp":"2019-09-13T20:00:26Z", "event":"FSDJump", "StarSystem":"Eimbaith ZC-K c9-24", "SystemAddress":6678507727442, "StarPos":[-1429.12500,1617.81250,30059.75000], "SystemAllegiance":"", "SystemEconomy":"$economy_None;", "SystemEconomy_Localised":"None", "SystemSecondEconomy":"$economy_None;", "SystemSecondEconomy_Localised":"None", "SystemGovernment":"$government_None;", "SystemGovernment_Localised":"None", "SystemSecurity":"$GAlAXY_MAP_INFO_state_anarchy;", "SystemSecurity_Localised":"Anarchy", "Population":0, "Body":"Eimbaith ZC-K c9-24", "BodyID":0, "BodyType":"Star", "JumpDist":67.001, "FuelUsed":4.386640, "FuelLevel":15.082090 }
{ "timestamp":"2019-09-13T20:00:26Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:00:31Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24", "BodyID":0, "DistanceFromArrivalLS":0.000000, "StarType":"M", "Subclass":1, "StellarMass":0.476563, "Radius":436958560.000000, "AbsoluteMagnitude":8.092300, "Age_MY":8838, "SurfaceTemperature":3440.000000, "Luminosity":"Va", "RotationPeriod":255745.250000, "AxialTilt":0.000000, "Rings":[ { "Name":"Eimbaith ZC-K c9-24 A Belt", "RingClass":"eRingClass_Metalic", "MassMT":9.219e+13, "InnerRad":7.8625e+08, "OuterRad":1.8849e+09 }, { "Name":"Eimbaith ZC-K c9-24 B Belt", "RingClass":"eRingClass_Icy", "MassMT":3.4906e+15, "InnerRad":6.8059e+09, "OuterRad":1.7286e+11 } ], "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:00:31Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 A Belt Cluster 2", "BodyID":3, "Parents":[ {"Ring":1}, {"Star":0} ], "DistanceFromArrivalLS":3.989937, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:00:31Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 A Belt Cluster 1", "BodyID":2, "Parents":[ {"Ring":1}, {"Star":0} ], "DistanceFromArrivalLS":5.924565, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:00:31Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 1", "BodyID":5, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":7.115963, "TidalLock":true, "TerraformState":"", "PlanetClass":"High metal content body", "Atmosphere":"hot thick carbon dioxide rich atmosphere", "AtmosphereType":"CarbonDioxideRich", "AtmosphereComposition":[ { "Name":"Silicates", "Percent":88.574715 }, { "Name":"CarbonDioxide", "Percent":11.280777 }, { "Name":"SulphurDioxide", "Percent":0.144491 } ], "Volcanism":"major silicate vapour geysers volcanism", "MassEM":2.735812, "Radius":8146508.000000, "SurfaceGravity":16.430574, "SurfaceTemperature":3306.274414, "SurfacePressure":267699008.000000, "Landable":false, "Composition":{ "Ice":0.000000, "Rock":0.671206, "Metal":0.328794 }, "SemiMajorAxis":2133309824.000000, "Eccentricity":0.000001, "OrbitalInclination":0.000809, "Periapsis":103.025520, "OrbitalPeriod":77240.851563, "RotationPeriod":77839.453125, "AxialTilt":-0.247762, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:00:31Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 A Belt Cluster 3", "BodyID":4, "Parents":[ {"Ring":1}, {"Star":0} ], "DistanceFromArrivalLS":4.288179, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:00:31Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 2", "BodyID":6, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":12.843851, "TidalLock":true, "TerraformState":"", "PlanetClass":"High metal content body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"minor rocky magma volcanism", "MassEM":0.226820, "Radius":3859249.250000, "SurfaceGravity":6.069950, "SurfaceTemperature":735.486877, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":23.234535 }, { "Name":"nickel", "Percent":17.573627 }, { "Name":"sulphur", "Percent":16.530163 }, { "Name":"carbon", "Percent":13.900156 }, { "Name":"manganese", "Percent":9.595626 }, { "Name":"phosphorus", "Percent":8.899118 }, { "Name":"germanium", "Percent":4.848255 }, { "Name":"arsenic", "Percent":2.168206 }, { "Name":"niobium", "Percent":1.587957 }, { "Name":"mercury", "Percent":1.014614 }, { "Name":"polonium", "Percent":0.647747 } ], "Composition":{ "Ice":0.000000, "Rock":0.671206, "Metal":0.328794 }, "SemiMajorAxis":3850488064.000000, "Eccentricity":0.000001, "OrbitalInclination":0.008935, "Periapsis":81.485176, "OrbitalPeriod":187300.875000, "RotationPeriod":188752.421875, "AxialTilt":0.363871, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:00:32Z", "event":"FSSDiscoveryScan", "Progress":0.198055, "BodyCount":27, "NonBodyCount":11, "SystemName":"Eimbaith ZC-K c9-24", "SystemAddress":6678507727442 }
{ "timestamp":"2019-09-13T20:00:34Z", "event":"Music", "MusicTrack":"SystemAndSurfaceScanner" }
{ "timestamp":"2019-09-13T20:00:43Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 4", "BodyID":25, "Parents":[ {"Null":16}, {"Star":0} ], "DistanceFromArrivalLS":973.976013, "TidalLock":true, "TerraformState":"", "PlanetClass":"Gas giant with ammonia based life", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.824814 }, { "Name":"Helium", "Percent":26.147196 } ], "Volcanism":"", "MassEM":4.976171, "Radius":21731152.000000, "SurfaceGravity":4.199903, "SurfaceTemperature":103.085449, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":19220969472.000000, "Eccentricity":0.033853, "OrbitalInclination":3.907634, "Periapsis":80.175850, "OrbitalPeriod":18013132.000000, "RotationPeriod":18033708.000000, "AxialTilt":-0.237103, "Rings":[ { "Name":"Eimbaith ZC-K c9-24 4 A Ring", "RingClass":"eRingClass_Rocky", "MassMT":2.7454e+09, "InnerRad":4.9353e+07, "OuterRad":5.1123e+07 }, { "Name":"Eimbaith ZC-K c9-24 4 B Ring", "RingClass":"eRingClass_Icy", "MassMT":5.3963e+10, "InnerRad":5.1223e+07, "OuterRad":7.8166e+07 } ], "ReserveLevel":"PristineResources", "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:00:55Z", "event":"FuelScoop", "Scooped":5.002457, "Total":20.084534 }
{ "timestamp":"2019-09-13T20:00:56Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 3", "BodyID":17, "Parents":[ {"Null":16}, {"Star":0} ], "DistanceFromArrivalLS":915.935791, "TidalLock":false, "TerraformState":"", "PlanetClass":"Sudarsky class III gas giant", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.845490 }, { "Name":"Helium", "Percent":26.154518 } ], "Volcanism":"", "MassEM":2177.505127, "Radius":72377584.000000, "SurfaceGravity":165.676300, "SurfaceTemperature":533.112122, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":43929888.000000, "Eccentricity":0.033853, "OrbitalInclination":3.907634, "Periapsis":260.175842, "OrbitalPeriod":18013132.000000, "RotationPeriod":82289.570313, "AxialTilt":1.748267, "Rings":[ { "Name":"Eimbaith ZC-K c9-24 3 A Ring", "RingClass":"eRingClass_Rocky", "MassMT":4.2852e+12, "InnerRad":1.2983e+08, "OuterRad":4.5123e+08 } ], "ReserveLevel":"PristineResources", "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:06Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 4 a", "BodyID":28, "Parents":[ {"Planet":25}, {"Null":16}, {"Star":0} ], "DistanceFromArrivalLS":973.764526, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"carbon dioxide geysers volcanism", "MassEM":0.000569, "Radius":732323.062500, "SurfaceGravity":0.422744, "SurfaceTemperature":92.644737, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":27.859964 }, { "Name":"carbon", "Percent":23.427343 }, { "Name":"phosphorus", "Percent":14.998588 }, { "Name":"iron", "Percent":12.456872 }, { "Name":"nickel", "Percent":9.421858 }, { "Name":"selenium", "Percent":4.360320 }, { "Name":"germanium", "Percent":3.580962 }, { "Name":"arsenic", "Percent":1.601454 }, { "Name":"niobium", "Percent":0.851361 }, { "Name":"antimony", "Percent":0.757281 }, { "Name":"tungsten", "Percent":0.684007 } ], "Composition":{ "Ice":0.826279, "Rock":0.158220, "Metal":0.015501 }, "SemiMajorAxis":149597984.000000, "Eccentricity":0.003879, "OrbitalInclination":-0.753696, "Periapsis":319.183502, "OrbitalPeriod":258125.578125, "RotationPeriod":258143.687500, "AxialTilt":-0.008119, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:13Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 3 d", "BodyID":23, "Parents":[ {"Null":22}, {"Planet":17}, {"Null":16}, {"Star":0} ], "DistanceFromArrivalLS":910.493835, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"major water geysers volcanism", "MassEM":0.035264, "Radius":2762749.500000, "SurfaceGravity":1.841434, "SurfaceTemperature":129.150375, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":26.654016 }, { "Name":"carbon", "Percent":22.413267 }, { "Name":"phosphorus", "Percent":14.349360 }, { "Name":"iron", "Percent":14.081912 }, { "Name":"nickel", "Percent":10.650967 }, { "Name":"zinc", "Percent":3.826936 }, { "Name":"vanadium", "Percent":3.458027 }, { "Name":"zirconium", "Percent":1.635200 }, { "Name":"tellurium", "Percent":1.048349 }, { "Name":"niobium", "Percent":0.962424 }, { "Name":"molybdenum", "Percent":0.919541 } ], "Composition":{ "Ice":0.701698, "Rock":0.271667, "Metal":0.026634 }, "SemiMajorAxis":1381280.000000, "Eccentricity":0.101101, "OrbitalInclination":4.519625, "Periapsis":93.005974, "OrbitalPeriod":48334.871094, "RotationPeriod":129323.882813, "AxialTilt":0.432158, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:15Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 3 e", "BodyID":24, "Parents":[ {"Null":22}, {"Planet":17}, {"Null":16}, {"Star":0} ], "DistanceFromArrivalLS":910.484436, "TidalLock":false, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"carbon dioxide atmosphere", "AtmosphereType":"CarbonDioxide", "AtmosphereComposition":[ { "Name":"CarbonDioxide", "Percent":95.786545 }, { "Name":"Ammonia", "Percent":3.191061 }, { "Name":"SulphurDioxide", "Percent":0.957865 } ], "Volcanism":"major silicate vapour geysers volcanism", "MassEM":0.005726, "Radius":1250659.000000, "SurfaceGravity":1.459048, "SurfaceTemperature":293.255341, "SurfacePressure":430059.031250, "Landable":false, "Composition":{ "Ice":0.000000, "Rock":0.906497, "Metal":0.093503 }, "SemiMajorAxis":8506940.000000, "Eccentricity":0.101101, "OrbitalInclination":4.519625, "Periapsis":273.005981, "OrbitalPeriod":48334.871094, "RotationPeriod":-52111.417969, "AxialTilt":-1.704038, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:16Z", "event":"FuelScoop", "Scooped":5.000544, "Total":25.085077 }
{ "timestamp":"2019-09-13T20:01:18Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 3 c", "BodyID":21, "Parents":[ {"Planet":17}, {"Null":16}, {"Star":0} ], "DistanceFromArrivalLS":913.104431, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.002862, "Radius":996291.562500, "SurfaceGravity":1.149379, "SurfaceTemperature":154.526276, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":19.167616 }, { "Name":"sulphur", "Percent":18.784561 }, { "Name":"carbon", "Percent":15.795869 }, { "Name":"nickel", "Percent":14.497581 }, { "Name":"phosphorus", "Percent":10.112786 }, { "Name":"manganese", "Percent":7.916029 }, { "Name":"germanium", "Percent":5.509464 }, { "Name":"vanadium", "Percent":4.706900 }, { "Name":"cadmium", "Percent":1.488452 }, { "Name":"ruthenium", "Percent":1.183722 }, { "Name":"mercury", "Percent":0.837018 } ], "Composition":{ "Ice":0.000000, "Rock":0.910714, "Metal":0.089286 }, "SemiMajorAxis":1287872256.000000, "Eccentricity":0.000132, "OrbitalInclination":0.012975, "Periapsis":56.510487, "OrbitalPeriod":311705.218750, "RotationPeriod":311709.531250, "AxialTilt":-0.415697, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:21Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 3 b", "BodyID":20, "Parents":[ {"Planet":17}, {"Null":16}, {"Star":0} ], "DistanceFromArrivalLS":919.015198, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.003399, "Radius":1054375.125000, "SurfaceGravity":1.218563, "SurfaceTemperature":165.974304, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":18.648069 }, { "Name":"sulphur", "Percent":18.275396 }, { "Name":"carbon", "Percent":15.367714 }, { "Name":"nickel", "Percent":14.104616 }, { "Name":"phosphorus", "Percent":9.838675 }, { "Name":"chromium", "Percent":8.386655 }, { "Name":"manganese", "Percent":7.701462 }, { "Name":"germanium", "Percent":5.360127 }, { "Name":"tungsten", "Percent":1.023966 }, { "Name":"mercury", "Percent":0.814330 }, { "Name":"polonium", "Percent":0.478992 } ], "Composition":{ "Ice":0.000000, "Rock":0.910714, "Metal":0.089286 }, "SemiMajorAxis":940985344.000000, "Eccentricity":0.000325, "OrbitalInclination":0.010990, "Periapsis":269.616028, "OrbitalPeriod":194674.562500, "RotationPeriod":194677.296875, "AxialTilt":0.336977, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:23Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 3 a", "BodyID":19, "Parents":[ {"Planet":17}, {"Null":16}, {"Star":0} ], "DistanceFromArrivalLS":914.284668, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"metallic magma volcanism", "MassEM":0.003475, "Radius":1062142.625000, "SurfaceGravity":1.227835, "SurfaceTemperature":189.334137, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":20.285616 }, { "Name":"sulphur", "Percent":19.880217 }, { "Name":"carbon", "Percent":16.717203 }, { "Name":"nickel", "Percent":15.343187 }, { "Name":"phosphorus", "Percent":10.702640 }, { "Name":"zinc", "Percent":5.512871 }, { "Name":"vanadium", "Percent":4.981441 }, { "Name":"zirconium", "Percent":2.355578 }, { "Name":"tellurium", "Percent":1.510193 }, { "Name":"niobium", "Percent":1.386414 }, { "Name":"molybdenum", "Percent":1.324639 } ], "Composition":{ "Ice":0.000000, "Rock":0.910714, "Metal":0.089286 }, "SemiMajorAxis":559961280.000000, "Eccentricity":0.000225, "OrbitalInclination":0.026595, "Periapsis":118.160194, "OrbitalPeriod":89365.898438, "RotationPeriod":89367.164063, "AxialTilt":0.006065, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:27Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 B Belt Cluster 2", "BodyID":9, "Parents":[ {"Ring":7}, {"Star":0} ], "DistanceFromArrivalLS":328.716705, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:27Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 B Belt Cluster 1", "BodyID":8, "Parents":[ {"Ring":7}, {"Star":0} ], "DistanceFromArrivalLS":321.071808, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:27Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 B Belt Cluster 3", "BodyID":10, "Parents":[ {"Ring":7}, {"Star":0} ], "DistanceFromArrivalLS":302.201813, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:27Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 B Belt Cluster 4", "BodyID":11, "Parents":[ {"Ring":7}, {"Star":0} ], "DistanceFromArrivalLS":430.253113, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:27Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 B Belt Cluster 5", "BodyID":12, "Parents":[ {"Ring":7}, {"Star":0} ], "DistanceFromArrivalLS":155.157822, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:27Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 B Belt Cluster 6", "BodyID":13, "Parents":[ {"Ring":7}, {"Star":0} ], "DistanceFromArrivalLS":225.628937, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:27Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 B Belt Cluster 7", "BodyID":14, "Parents":[ {"Ring":7}, {"Star":0} ], "DistanceFromArrivalLS":153.655090, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:27Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith ZC-K c9-24 B Belt Cluster 8", "BodyID":15, "Parents":[ {"Ring":7}, {"Star":0} ], "DistanceFromArrivalLS":39.177013, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:38Z", "event":"FuelScoop", "Scooped":5.001830, "Total":30.086912 }
{ "timestamp":"2019-09-13T20:01:39Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 6", "BodyID":49, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":1762.644043, "TidalLock":false, "TerraformState":"", "PlanetClass":"Sudarsky class I gas giant", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.845490 }, { "Name":"Helium", "Percent":26.154514 } ], "Volcanism":"", "MassEM":124.102654, "Radius":59790968.000000, "SurfaceGravity":13.836278, "SurfaceTemperature":73.827324, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":528448978944.000000, "Eccentricity":0.000697, "OrbitalInclination":0.107033, "Periapsis":35.766041, "OrbitalPeriod":301141568.000000, "RotationPeriod":35228.527344, "AxialTilt":-2.607275, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:45Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 6 b", "BodyID":51, "Parents":[ {"Planet":49}, {"Star":0} ], "DistanceFromArrivalLS":1763.407959, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.001749, "Radius":1062327.625000, "SurfaceGravity":0.617664, "SurfaceTemperature":57.390434, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":27.738445 }, { "Name":"carbon", "Percent":23.325161 }, { "Name":"phosphorus", "Percent":14.933167 }, { "Name":"iron", "Percent":12.402539 }, { "Name":"nickel", "Percent":9.380761 }, { "Name":"manganese", "Percent":5.122122 }, { "Name":"germanium", "Percent":3.565342 }, { "Name":"zirconium", "Percent":1.440191 }, { "Name":"molybdenum", "Percent":0.809879 }, { "Name":"yttrium", "Percent":0.740789 }, { "Name":"mercury", "Percent":0.541598 } ], "Composition":{ "Ice":0.826279, "Rock":0.158220, "Metal":0.015501 }, "SemiMajorAxis":896364416.000000, "Eccentricity":0.000082, "OrbitalInclination":0.124460, "Periapsis":358.328552, "OrbitalPeriod":758078.125000, "RotationPeriod":758153.187500, "AxialTilt":-0.045317, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:46Z", "event":"FuelScoop", "Scooped":1.913078, "Total":32.000000 }
{ "timestamp":"2019-09-13T20:01:48Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 6 a", "BodyID":50, "Parents":[ {"Planet":49}, {"Star":0} ], "DistanceFromArrivalLS":1763.576416, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"major water magma volcanism", "MassEM":0.003968, "Radius":1390487.250000, "SurfaceGravity":0.818081, "SurfaceTemperature":57.999866, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":27.259541 }, { "Name":"carbon", "Percent":22.922451 }, { "Name":"phosphorus", "Percent":14.675347 }, { "Name":"iron", "Percent":12.329934 }, { "Name":"nickel", "Percent":9.325846 }, { "Name":"chromium", "Percent":5.545180 }, { "Name":"selenium", "Percent":4.266349 }, { "Name":"zirconium", "Percent":1.431759 }, { "Name":"cadmium", "Percent":0.957475 }, { "Name":"antimony", "Percent":0.747693 }, { "Name":"mercury", "Percent":0.538428 } ], "Composition":{ "Ice":0.820614, "Rock":0.163155, "Metal":0.016231 }, "SemiMajorAxis":498132672.000000, "Eccentricity":0.000412, "OrbitalInclination":-0.003942, "Periapsis":278.896820, "OrbitalPeriod":314054.156250, "RotationPeriod":-314085.250000, "AxialTilt":-2.992988, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:54Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 6 e", "BodyID":55, "Parents":[ {"Null":53}, {"Planet":49}, {"Star":0} ], "DistanceFromArrivalLS":1765.639282, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thin argon atmosphere", "AtmosphereType":"Argon", "AtmosphereComposition":[ { "Name":"Argon", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.001577, "Radius":1026674.500000, "SurfaceGravity":0.596457, "SurfaceTemperature":56.469574, "SurfacePressure":179.292297, "Landable":false, "Composition":{ "Ice":0.826279, "Rock":0.158220, "Metal":0.015501 }, "SemiMajorAxis":20607000.000000, "Eccentricity":0.086942, "OrbitalInclination":9.920567, "Periapsis":265.349152, "OrbitalPeriod":904453.562500, "RotationPeriod":1520323.250000, "AxialTilt":-0.484758, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:01:56Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 6 d", "BodyID":54, "Parents":[ {"Null":53}, {"Planet":49}, {"Star":0} ], "DistanceFromArrivalLS":1765.547485, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thin argon atmosphere", "AtmosphereType":"Argon", "AtmosphereComposition":[ { "Name":"Argon", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.002676, "Radius":1222718.625000, "SurfaceGravity":0.713531, "SurfaceTemperature":56.480042, "SurfacePressure":256.583496, "Landable":false, "Composition":{ "Ice":0.826279, "Rock":0.158220, "Metal":0.015501 }, "SemiMajorAxis":12144898.000000, "Eccentricity":0.086942, "OrbitalInclination":9.920567, "Periapsis":85.349144, "OrbitalPeriod":904453.562500, "RotationPeriod":1485277.875000, "AxialTilt":0.333424, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:01Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 6 f a", "BodyID":57, "Parents":[ {"Planet":56}, {"Planet":49}, {"Star":0} ], "DistanceFromArrivalLS":1753.048828, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.000258, "Radius":577335.875000, "SurfaceGravity":0.308291, "SurfaceTemperature":56.345211, "SurfacePressure":53.873314, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":29.840273 }, { "Name":"carbon", "Percent":25.092579 }, { "Name":"phosphorus", "Percent":16.064701 }, { "Name":"iron", "Percent":9.159123 }, { "Name":"nickel", "Percent":6.927577 }, { "Name":"selenium", "Percent":4.670255 }, { "Name":"manganese", "Percent":3.782624 }, { "Name":"zinc", "Percent":2.489107 }, { "Name":"tellurium", "Percent":0.786818 }, { "Name":"cadmium", "Percent":0.711247 }, { "Name":"tin", "Percent":0.475693 } ], "Composition":{ "Ice":0.929342, "Rock":0.068444, "Metal":0.002214 }, "SemiMajorAxis":28587212.000000, "Eccentricity":0.000000, "OrbitalInclination":83.528572, "Periapsis":116.816002, "OrbitalPeriod":750402.937500, "RotationPeriod":775111.812500, "AxialTilt":-0.519082, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:04Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 6 f", "BodyID":56, "Parents":[ {"Planet":49}, {"Star":0} ], "DistanceFromArrivalLS":1753.005737, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thin argon atmosphere", "AtmosphereType":"Argon", "AtmosphereComposition":[ { "Name":"Argon", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.003851, "Radius":1376421.500000, "SurfaceGravity":0.810279, "SurfaceTemperature":56.388062, "SurfacePressure":328.118683, "Landable":false, "Composition":{ "Ice":0.819380, "Rock":0.164230, "Metal":0.016390 }, "SemiMajorAxis":5658012160.000000, "Eccentricity":0.014860, "OrbitalInclination":0.211503, "Periapsis":67.605721, "OrbitalPeriod":12022171.000000, "RotationPeriod":12023361.000000, "AxialTilt":-1.472634, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:10Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 6 c", "BodyID":52, "Parents":[ {"Planet":49}, {"Star":0} ], "DistanceFromArrivalLS":1761.072266, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thin argon atmosphere", "AtmosphereType":"Argon", "AtmosphereComposition":[ { "Name":"Argon", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.006245, "Radius":1616701.625000, "SurfaceGravity":0.952367, "SurfaceTemperature":56.768154, "SurfacePressure":457.100677, "Landable":false, "Composition":{ "Ice":0.826279, "Rock":0.158220, "Metal":0.015501 }, "SemiMajorAxis":2461971968.000000, "Eccentricity":0.007395, "OrbitalInclination":-0.021323, "Periapsis":189.646408, "OrbitalPeriod":3450735.750000, "RotationPeriod":3451077.500000, "AxialTilt":0.389555, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:17Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 7", "BodyID":58, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":2501.357422, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"helium atmosphere", "AtmosphereType":"Helium", "AtmosphereComposition":[ { "Name":"Helium", "Percent":89.334976 }, { "Name":"Hydrogen", "Percent":8.427828 }, { "Name":"Neon", "Percent":2.237205 } ], "Volcanism":"major water geysers volcanism", "MassEM":6.780239, "Radius":13419557.000000, "SurfaceGravity":15.006454, "SurfaceTemperature":48.071732, "SurfacePressure":123079.796875, "Landable":false, "Composition":{ "Ice":0.686586, "Rock":0.210353, "Metal":0.103043 }, "SemiMajorAxis":754159321088.000000, "Eccentricity":0.010830, "OrbitalInclination":-0.047776, "Periapsis":219.371216, "OrbitalPeriod":513405824.000000, "RotationPeriod":36307.203125, "AxialTilt":-0.487694, "Rings":[ { "Name":"Eimbaith ZC-K c9-24 7 A Ring", "RingClass":"eRingClass_Icy", "MassMT":1.6622e+08, "InnerRad":2.5987e+07, "OuterRad":6.5891e+07 } ], "ReserveLevel":"PristineResources", "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:28Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 5", "BodyID":29, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":1273.560059, "TidalLock":false, "TerraformState":"", "PlanetClass":"Sudarsky class I gas giant", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.845490 }, { "Name":"Helium", "Percent":26.154514 } ], "Volcanism":"", "MassEM":131.018967, "Radius":60276848.000000, "SurfaceGravity":14.372836, "SurfaceTemperature":85.543564, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":381898588160.000000, "Eccentricity":0.000356, "OrbitalInclination":0.066741, "Periapsis":306.405273, "OrbitalPeriod":185007008.000000, "RotationPeriod":132340.234375, "AxialTilt":0.637228, "Rings":[ { "Name":"Eimbaith ZC-K c9-24 5 A Ring", "RingClass":"eRingClass_Icy", "MassMT":5.2739e+11, "InnerRad":1.1859e+08, "OuterRad":1.7682e+08 } ], "ReserveLevel":"PristineResources", "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:33Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 5 a", "BodyID":31, "Parents":[ {"Planet":29}, {"Star":0} ], "DistanceFromArrivalLS":1274.751953, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thick methane atmosphere", "AtmosphereType":"Methane", "AtmosphereComposition":[ { "Name":"Methane", "Percent":100.000000 } ], "Volcanism":"carbon dioxide geysers volcanism", "MassEM":0.001726, "Radius":1057672.125000, "SurfaceGravity":0.615111, "SurfaceTemperature":186.542572, "SurfacePressure":1905642.750000, "Landable":false, "Composition":{ "Ice":0.825800, "Rock":0.158637, "Metal":0.015563 }, "SemiMajorAxis":405601056.000000, "Eccentricity":0.000097, "OrbitalInclination":0.106398, "Periapsis":134.006989, "OrbitalPeriod":224524.109375, "RotationPeriod":224596.015625, "AxialTilt":-0.178983, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:38Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 5 b", "BodyID":32, "Parents":[ {"Planet":29}, {"Star":0} ], "DistanceFromArrivalLS":1276.091675, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"methane atmosphere", "AtmosphereType":"Methane", "AtmosphereComposition":[ { "Name":"Methane", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.003585, "Radius":1344585.125000, "SurfaceGravity":0.790390, "SurfaceTemperature":112.786072, "SurfacePressure":31256.388672, "Landable":false, "Composition":{ "Ice":0.820311, "Rock":0.163418, "Metal":0.016271 }, "SemiMajorAxis":1252599296.000000, "Eccentricity":0.001181, "OrbitalInclination":-0.259171, "Periapsis":112.907173, "OrbitalPeriod":1218520.000000, "RotationPeriod":1218910.250000, "AxialTilt":-1.249361, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:41Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 5 b a", "BodyID":33, "Parents":[ {"Planet":32}, {"Planet":29}, {"Star":0} ], "DistanceFromArrivalLS":1276.104370, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"methane atmosphere", "AtmosphereType":"Methane", "AtmosphereComposition":[ { "Name":"Methane", "Percent":100.000000 } ], "Volcanism":"major water geysers volcanism", "MassEM":0.000190, "Radius":522064.375000, "SurfaceGravity":0.278522, "SurfaceTemperature":153.232346, "SurfacePressure":439596.406250, "Landable":false, "Composition":{ "Ice":0.929128, "Rock":0.068649, "Metal":0.002224 }, "SemiMajorAxis":7622226.000000, "Eccentricity":0.000000, "OrbitalInclination":33.874760, "Periapsis":44.316124, "OrbitalPeriod":107782.718750, "RotationPeriod":110608.593750, "AxialTilt":-0.081085, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:43Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 5 d", "BodyID":35, "Parents":[ {"Planet":29}, {"Star":0} ], "DistanceFromArrivalLS":1279.664917, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"methane atmosphere", "AtmosphereType":"Methane", "AtmosphereComposition":[ { "Name":"Methane", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.003355, "Radius":1317221.875000, "SurfaceGravity":0.770652, "SurfaceTemperature":111.174377, "SurfacePressure":29913.574219, "Landable":false, "Composition":{ "Ice":0.825800, "Rock":0.158637, "Metal":0.015563 }, "SemiMajorAxis":3416116736.000000, "Eccentricity":0.012351, "OrbitalInclination":-0.234721, "Periapsis":259.186554, "OrbitalPeriod":5487992.000000, "RotationPeriod":5489750.500000, "AxialTilt":-0.111215, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:45Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 5 e", "BodyID":36, "Parents":[ {"Planet":29}, {"Star":0} ], "DistanceFromArrivalLS":1280.133179, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thin argon atmosphere", "AtmosphereType":"Argon", "AtmosphereComposition":[ { "Name":"Argon", "Percent":83.812424 }, { "Name":"Nitrogen", "Percent":16.187572 } ], "Volcanism":"", "MassEM":0.063879, "Radius":3491980.250000, "SurfaceGravity":2.087965, "SurfaceTemperature":66.479652, "SurfacePressure":2790.571533, "Landable":false, "Composition":{ "Ice":0.879587, "Rock":0.103648, "Metal":0.016765 }, "SemiMajorAxis":5932408832.000000, "Eccentricity":0.000000, "OrbitalInclination":59.626907, "Periapsis":77.296524, "OrbitalPeriod":12559172.000000, "RotationPeriod":12563195.000000, "AxialTilt":-0.062387, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:48Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith ZC-K c9-24 5 c", "BodyID":34, "Parents":[ {"Planet":29}, {"Star":0} ], "DistanceFromArrivalLS":1266.384521, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"methane atmosphere", "AtmosphereType":"Methane", "AtmosphereComposition":[ { "Name":"Methane", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.004237, "Radius":1422584.625000, "SurfaceGravity":0.834378, "SurfaceTemperature":113.466171, "SurfacePressure":35065.324219, "Landable":false, "Composition":{ "Ice":0.825800, "Rock":0.158637, "Metal":0.015563 }, "SemiMajorAxis":2365085696.000000, "Eccentricity":0.010974, "OrbitalInclination":0.016588, "Periapsis":246.635483, "OrbitalPeriod":3161438.500000, "RotationPeriod":3162451.250000, "AxialTilt":-0.063381, "WasDiscovered":false, "WasMapped":false }
{ "timestamp":"2019-09-13T20:02:48Z", "event":"FSSAllBodiesFound", "SystemName":"Eimbaith ZC-K c9-24", "SystemAddress":6678507727442, "Count":27 }
{ "timestamp":"2019-09-13T20:02:49Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:03:16Z", "event":"StartJump", "JumpType":"Hyperspace", "StarSystem":"Eimbaith LW-W e1-290", "SystemAddress":1246813571732, "StarClass":"N" }
{ "timestamp":"2019-09-13T20:03:21Z", "event":"Music", "MusicTrack":"NoTrack" }
{ "timestamp":"2019-09-13T20:03:34Z", "event":"ReceiveText", "From":"", "Message":"$COMMS_entered:#name=Eimbaith LW-W e1-290;", "Message_Localised":"Entered Channel: Eimbaith LW-W e1-290", "Channel":"npc" }
{ "timestamp":"2019-09-13T20:03:34Z", "event":"FSDJump", "StarSystem":"Eimbaith LW-W e1-290", "SystemAddress":1246813571732, "StarPos":[-1421.71875,1618.31250,30063.06250], "SystemAllegiance":"", "SystemEconomy":"$economy_None;", "SystemEconomy_Localised":"None", "SystemSecondEconomy":"$economy_None;", "SystemSecondEconomy_Localised":"None", "SystemGovernment":"$government_None;", "SystemGovernment_Localised":"None", "SystemSecurity":"$GAlAXY_MAP_INFO_state_anarchy;", "SystemSecurity_Localised":"Anarchy", "Population":0, "Body":"Eimbaith LW-W e1-290", "BodyID":0, "BodyType":"Star", "JumpDist":8.129, "FuelUsed":0.027162, "FuelLevel":31.972839 }
{ "timestamp":"2019-09-13T20:03:34Z", "event":"Music", "MusicTrack":"DestinationFromHyperspace" }
{ "timestamp":"2019-09-13T20:03:39Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:03:40Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith LW-W e1-290", "BodyID":0, "DistanceFromArrivalLS":0.000000, "StarType":"N", "Subclass":0, "StellarMass":1.257813, "Radius":9308.593750, "AbsoluteMagnitude":4.879105, "Age_MY":7444, "SurfaceTemperature":2047372.000000, "Luminosity":"VII", "RotationPeriod":0.911769, "AxialTilt":0.000000, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:03:43Z", "event":"FSSDiscoveryScan", "Progress":0.100784, "BodyCount":31, "NonBodyCount":1, "SystemName":"Eimbaith LW-W e1-290", "SystemAddress":1246813571732 }
{ "timestamp":"2019-09-13T20:03:48Z", "event":"Music", "MusicTrack":"SystemAndSurfaceScanner" }
{ "timestamp":"2019-09-13T20:03:57Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 3", "BodyID":19, "Parents":[ {"Null":13}, {"Star":0} ], "DistanceFromArrivalLS":1856.395020, "TidalLock":true, "TerraformState":"", "PlanetClass":"Gas giant with water based life", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.322227 }, { "Name":"Helium", "Percent":26.614212 }, { "Name":"Oxygen", "Percent":0.063550 } ], "Volcanism":"", "MassEM":40.074024, "Radius":48402184.000000, "SurfaceGravity":6.817772, "SurfaceTemperature":168.358826, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":4175518976.000000, "Eccentricity":0.001954, "OrbitalInclination":4.142281, "Periapsis":162.426010, "OrbitalPeriod":11979585.000000, "RotationPeriod":14196741.000000, "AxialTilt":-0.176683, "Rings":[ { "Name":"Eimbaith LW-W e1-290 3 A Ring", "RingClass":"eRingClass_Rocky", "MassMT":1.1758e+10, "InnerRad":9.0953e+07, "OuterRad":9.3248e+07 }, { "Name":"Eimbaith LW-W e1-290 3 B Ring", "RingClass":"eRingClass_MetalRich", "MassMT":1.5295e+11, "InnerRad":9.3348e+07, "OuterRad":1.1913e+08 } ], "ReserveLevel":"PristineResources", "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:04:04Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 2", "BodyID":14, "Parents":[ {"Null":13}, {"Star":0} ], "DistanceFromArrivalLS":1852.858398, "TidalLock":true, "TerraformState":"", "PlanetClass":"Gas giant with water based life", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.339752 }, { "Name":"Helium", "Percent":26.620573 } ], "Volcanism":"", "MassEM":99.099358, "Radius":59573588.000000, "SurfaceGravity":11.129425, "SurfaceTemperature":174.237579, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":1688616960.000000, "Eccentricity":0.001954, "OrbitalInclination":4.142281, "Periapsis":342.425995, "OrbitalPeriod":11979585.000000, "RotationPeriod":22324320.000000, "AxialTilt":-0.236680, "Rings":[ { "Name":"Eimbaith LW-W e1-290 2 A Ring", "RingClass":"eRingClass_Rocky", "MassMT":6.9661e+10, "InnerRad":9.6339e+07, "OuterRad":1.081e+08 }, { "Name":"Eimbaith LW-W e1-290 2 B Ring", "RingClass":"eRingClass_Rocky", "MassMT":4.1342e+11, "InnerRad":1.082e+08, "OuterRad":1.611e+08 } ], "ReserveLevel":"PristineResources", "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:04:13Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 2 b", "BodyID":18, "Parents":[ {"Planet":14}, {"Null":13}, {"Star":0} ], "DistanceFromArrivalLS":1851.959351, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.000254, "Radius":446546.156250, "SurfaceGravity":0.507077, "SurfaceTemperature":170.826721, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":18.461628 }, { "Name":"sulphur", "Percent":18.021797 }, { "Name":"carbon", "Percent":15.154465 }, { "Name":"nickel", "Percent":13.963602 }, { "Name":"phosphorus", "Percent":9.702148 }, { "Name":"chromium", "Percent":8.302807 }, { "Name":"manganese", "Percent":7.624465 }, { "Name":"germanium", "Percent":5.352003 }, { "Name":"molybdenum", "Percent":1.205534 }, { "Name":"tin", "Percent":1.108864 }, { "Name":"yttrium", "Percent":1.102691 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":324415456.000000, "Eccentricity":0.000591, "OrbitalInclination":0.781502, "Periapsis":191.769028, "OrbitalPeriod":184728.937500, "RotationPeriod":184730.031250, "AxialTilt":-0.503428, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:04:15Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 2 a", "BodyID":17, "Parents":[ {"Planet":14}, {"Null":13}, {"Star":0} ], "DistanceFromArrivalLS":1852.448730, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"minor metallic magma volcanism", "MassEM":0.000258, "Radius":449277.250000, "SurfaceGravity":0.510215, "SurfaceTemperature":171.351578, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":19.125961 }, { "Name":"sulphur", "Percent":18.670305 }, { "Name":"carbon", "Percent":15.699792 }, { "Name":"nickel", "Percent":14.466079 }, { "Name":"phosphorus", "Percent":10.051276 }, { "Name":"chromium", "Percent":8.601581 }, { "Name":"manganese", "Percent":7.898828 }, { "Name":"zirconium", "Percent":2.220919 }, { "Name":"molybdenum", "Percent":1.248914 }, { "Name":"ruthenium", "Percent":1.181150 }, { "Name":"mercury", "Percent":0.835199 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":222249008.000000, "Eccentricity":0.000520, "OrbitalInclination":-0.424821, "Periapsis":303.865692, "OrbitalPeriod":104747.179688, "RotationPeriod":104747.804688, "AxialTilt":0.151695, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:04:21Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 3 c", "BodyID":24, "Parents":[ {"Planet":19}, {"Null":13}, {"Star":0} ], "DistanceFromArrivalLS":1855.260986, "TidalLock":false, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.000783, "Radius":648869.875000, "SurfaceGravity":0.741272, "SurfaceTemperature":169.943436, "SurfacePressure":35.567417, "Landable":true, "Materials":[ { "Name":"iron", "Percent":19.000057 }, { "Name":"sulphur", "Percent":18.521433 }, { "Name":"carbon", "Percent":15.574606 }, { "Name":"nickel", "Percent":14.370847 }, { "Name":"phosphorus", "Percent":9.971130 }, { "Name":"chromium", "Percent":8.544956 }, { "Name":"manganese", "Percent":7.846830 }, { "Name":"zirconium", "Percent":2.206298 }, { "Name":"tellurium", "Percent":1.424610 }, { "Name":"niobium", "Percent":1.298553 }, { "Name":"molybdenum", "Percent":1.240693 } ], "Composition":{ "Ice":0.000000, "Rock":0.910169, "Metal":0.089831 }, "SemiMajorAxis":407236352.000000, "Eccentricity":0.000647, "OrbitalInclination":-0.985551, "Periapsis":109.456902, "OrbitalPeriod":408547.031250, "RotationPeriod":-408562.906250, "AxialTilt":-2.608867, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:04:23Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 3 b", "BodyID":23, "Parents":[ {"Planet":19}, {"Null":13}, {"Star":0} ], "DistanceFromArrivalLS":1856.988770, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.000246, "Radius":441853.593750, "SurfaceGravity":0.501688, "SurfaceTemperature":169.535324, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":18.987577 }, { "Name":"sulphur", "Percent":18.535215 }, { "Name":"carbon", "Percent":15.586196 }, { "Name":"nickel", "Percent":14.361407 }, { "Name":"phosphorus", "Percent":9.978550 }, { "Name":"chromium", "Percent":8.539344 }, { "Name":"germanium", "Percent":5.504475 }, { "Name":"zinc", "Percent":5.160113 }, { "Name":"antimony", "Percent":1.164055 }, { "Name":"tin", "Percent":1.140454 }, { "Name":"tungsten", "Percent":1.042609 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":264213872.000000, "Eccentricity":0.003662, "OrbitalInclination":0.000132, "Periapsis":20.221916, "OrbitalPeriod":213503.750000, "RotationPeriod":213512.062500, "AxialTilt":0.498097, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:04:26Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 3 a", "BodyID":22, "Parents":[ {"Planet":19}, {"Null":13}, {"Star":0} ], "DistanceFromArrivalLS":1856.770386, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"minor metallic magma volcanism", "MassEM":0.001907, "Radius":871220.875000, "SurfaceGravity":1.001186, "SurfaceTemperature":169.716431, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":18.447739 }, { "Name":"sulphur", "Percent":18.008240 }, { "Name":"carbon", "Percent":15.143064 }, { "Name":"nickel", "Percent":13.953097 }, { "Name":"phosphorus", "Percent":9.694850 }, { "Name":"chromium", "Percent":8.296559 }, { "Name":"manganese", "Percent":7.618728 }, { "Name":"zinc", "Percent":5.013405 }, { "Name":"cadmium", "Percent":1.432551 }, { "Name":"niobium", "Percent":1.260805 }, { "Name":"antimony", "Percent":1.130959 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":176346064.000000, "Eccentricity":0.000189, "OrbitalInclination":0.022153, "Periapsis":48.133179, "OrbitalPeriod":116418.203125, "RotationPeriod":116422.726563, "AxialTilt":0.091814, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:04:42Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 4", "BodyID":25, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":2661.197021, "TidalLock":false, "TerraformState":"", "PlanetClass":"Gas giant with ammonia based life", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.338890 }, { "Name":"Helium", "Percent":26.620256 } ], "Volcanism":"", "MassEM":9.159299, "Radius":20738394.000000, "SurfaceGravity":8.488314, "SurfaceTemperature":138.236572, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":798730354688.000000, "Eccentricity":0.001297, "OrbitalInclination":-0.016017, "Periapsis":45.102501, "OrbitalPeriod":346670976.000000, "RotationPeriod":132561.546875, "AxialTilt":0.488160, "Rings":[ { "Name":"Eimbaith LW-W e1-290 4 A Ring", "RingClass":"eRingClass_Rocky", "MassMT":7.1433e+09, "InnerRad":4.982e+07, "OuterRad":5.2057e+07 }, { "Name":"Eimbaith LW-W e1-290 4 B Ring", "RingClass":"eRingClass_Rocky", "MassMT":1.2306e+11, "InnerRad":5.2157e+07, "OuterRad":8.1457e+07 } ], "ReserveLevel":"PristineResources", "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:04:54Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 4 b", "BodyID":29, "Parents":[ {"Planet":25}, {"Star":0} ], "DistanceFromArrivalLS":2658.952637, "TidalLock":false, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"thin carbon dioxide atmosphere", "AtmosphereType":"CarbonDioxide", "AtmosphereComposition":[ { "Name":"CarbonDioxide", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.000491, "Radius":555333.562500, "SurfaceGravity":0.634577, "SurfaceTemperature":158.031876, "SurfacePressure":779.154480, "Landable":false, "Composition":{ "Ice":0.000000, "Rock":0.906379, "Metal":0.093621 }, "SemiMajorAxis":690189568.000000, "Eccentricity":0.001379, "OrbitalInclination":-0.812917, "Periapsis":71.674423, "OrbitalPeriod":1885382.250000, "RotationPeriod":-1885567.375000, "AxialTilt":-3.042990, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:04:58Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 4 a", "BodyID":28, "Parents":[ {"Planet":25}, {"Star":0} ], "DistanceFromArrivalLS":2661.202393, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"thin carbon dioxide atmosphere", "AtmosphereType":"CarbonDioxide", "AtmosphereComposition":[ { "Name":"CarbonDioxide", "Percent":100.000000 } ], "Volcanism":"", "MassEM":0.000277, "Radius":459934.437500, "SurfaceGravity":0.522464, "SurfaceTemperature":155.391876, "SurfacePressure":530.778198, "Landable":false, "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":273222048.000000, "Eccentricity":0.000076, "OrbitalInclination":-0.120137, "Periapsis":299.671478, "OrbitalPeriod":469591.687500, "RotationPeriod":469637.812500, "AxialTilt":-0.241040, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:05:03Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 4 c", "BodyID":30, "Parents":[ {"Planet":25}, {"Star":0} ], "DistanceFromArrivalLS":2662.950928, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"thin carbon dioxide atmosphere", "AtmosphereType":"CarbonDioxide", "AtmosphereComposition":[ { "Name":"CarbonDioxide", "Percent":99.009911 }, { "Name":"SulphurDioxide", "Percent":0.990099 } ], "Volcanism":"", "MassEM":0.000685, "Radius":620842.625000, "SurfaceGravity":0.708326, "SurfaceTemperature":159.814453, "SurfacePressure":985.346497, "Landable":false, "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":1571131008.000000, "Eccentricity":0.009046, "OrbitalInclination":0.042384, "Periapsis":118.123932, "OrbitalPeriod":6475382.500000, "RotationPeriod":6476018.500000, "AxialTilt":-0.069438, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:05:12Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1", "BodyID":1, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":1301.535034, "TidalLock":false, "TerraformState":"", "PlanetClass":"Sudarsky class III gas giant", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.368858 }, { "Name":"Helium", "Percent":26.631138 } ], "Volcanism":"", "MassEM":684.012817, "Radius":76324008.000000, "SurfaceGravity":46.800587, "SurfaceTemperature":301.440552, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":390191939584.000000, "Eccentricity":0.000005, "OrbitalInclination":0.266013, "Periapsis":8.545390, "OrbitalPeriod":118368112.000000, "RotationPeriod":82705.023438, "AxialTilt":-1.191954, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:17Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1 e", "BodyID":7, "Parents":[ {"Planet":1}, {"Star":0} ], "DistanceFromArrivalLS":1309.924927, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.005694, "Radius":1249759.250000, "SurfaceGravity":1.453123, "SurfaceTemperature":211.175430, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":18.870983 }, { "Name":"sulphur", "Percent":18.421402 }, { "Name":"carbon", "Percent":15.490490 }, { "Name":"nickel", "Percent":14.273222 }, { "Name":"phosphorus", "Percent":9.917278 }, { "Name":"chromium", "Percent":8.486908 }, { "Name":"manganese", "Percent":7.793525 }, { "Name":"selenium", "Percent":2.883105 }, { "Name":"cadmium", "Percent":1.465417 }, { "Name":"molybdenum", "Percent":1.232264 }, { "Name":"ruthenium", "Percent":1.165404 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":3096113664.000000, "Eccentricity":0.006988, "OrbitalInclination":-0.083019, "Periapsis":199.206299, "OrbitalPeriod":2072994.000000, "RotationPeriod":2073069.000000, "AxialTilt":-0.255761, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:22Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1 c", "BodyID":4, "Parents":[ {"Planet":1}, {"Star":0} ], "DistanceFromArrivalLS":1304.222046, "TidalLock":false, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.004761, "Radius":1177077.250000, "SurfaceGravity":1.369747, "SurfaceTemperature":218.470047, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":19.116745 }, { "Name":"sulphur", "Percent":18.508837 }, { "Name":"carbon", "Percent":15.564015 }, { "Name":"nickel", "Percent":14.459105 }, { "Name":"phosphorus", "Percent":9.964350 }, { "Name":"manganese", "Percent":7.895020 }, { "Name":"germanium", "Percent":5.496641 }, { "Name":"zinc", "Percent":5.195216 }, { "Name":"cadmium", "Percent":1.484502 }, { "Name":"antimony", "Percent":1.162398 }, { "Name":"tin", "Percent":1.153165 } ], "Composition":{ "Ice":0.000000, "Rock":0.906724, "Metal":0.093276 }, "SemiMajorAxis":1072501440.000000, "Eccentricity":0.000615, "OrbitalInclination":0.486053, "Periapsis":130.926346, "OrbitalPeriod":422639.031250, "RotationPeriod":-422654.343750, "AxialTilt":2.594123, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:24Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1 c a", "BodyID":5, "Parents":[ {"Planet":4}, {"Planet":1}, {"Star":0} ], "DistanceFromArrivalLS":1304.217773, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"major silicate vapour geysers volcanism", "MassEM":0.000341, "Radius":499846.562500, "SurfaceGravity":0.544583, "SurfaceTemperature":218.470047, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":19.240456 }, { "Name":"iron", "Percent":17.084259 }, { "Name":"carbon", "Percent":16.179230 }, { "Name":"nickel", "Percent":12.921818 }, { "Name":"phosphorus", "Percent":10.358221 }, { "Name":"chromium", "Percent":7.683359 }, { "Name":"manganese", "Percent":7.055624 }, { "Name":"germanium", "Percent":5.713912 }, { "Name":"tellurium", "Percent":1.479915 }, { "Name":"niobium", "Percent":1.167618 }, { "Name":"molybdenum", "Percent":1.115592 } ], "Composition":{ "Ice":0.000000, "Rock":0.968701, "Metal":0.031299 }, "SemiMajorAxis":3381600.750000, "Eccentricity":0.000000, "OrbitalInclination":42.067879, "Periapsis":168.901718, "OrbitalPeriod":27396.685547, "RotationPeriod":28361.787109, "AxialTilt":0.510615, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:27Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1 a", "BodyID":2, "Parents":[ {"Planet":1}, {"Star":0} ], "DistanceFromArrivalLS":1300.281006, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.002787, "Radius":987578.250000, "SurfaceGravity":1.138889, "SurfaceTemperature":223.683121, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":21.339237 }, { "Name":"sulphur", "Percent":20.830853 }, { "Name":"carbon", "Percent":17.516588 }, { "Name":"nickel", "Percent":16.140106 }, { "Name":"phosphorus", "Percent":11.214420 }, { "Name":"selenium", "Percent":3.260204 }, { "Name":"arsenic", "Percent":2.766561 }, { "Name":"zirconium", "Percent":2.477926 }, { "Name":"tellurium", "Percent":1.602243 }, { "Name":"niobium", "Percent":1.458423 }, { "Name":"molybdenum", "Percent":1.393440 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":640481792.000000, "Eccentricity":0.000202, "OrbitalInclination":-0.295747, "Periapsis":278.135895, "OrbitalPeriod":195044.187500, "RotationPeriod":195051.234375, "AxialTilt":0.098952, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:29Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1 d", "BodyID":6, "Parents":[ {"Planet":1}, {"Star":0} ], "DistanceFromArrivalLS":1297.381592, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.010722, "Radius":1538387.750000, "SurfaceGravity":1.805752, "SurfaceTemperature":216.080276, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":20.007265 }, { "Name":"sulphur", "Percent":19.530611 }, { "Name":"carbon", "Percent":16.423222 }, { "Name":"nickel", "Percent":15.132657 }, { "Name":"phosphorus", "Percent":10.514428 }, { "Name":"chromium", "Percent":8.997931 }, { "Name":"selenium", "Percent":3.056706 }, { "Name":"arsenic", "Percent":2.593875 }, { "Name":"tellurium", "Percent":1.502233 }, { "Name":"niobium", "Percent":1.367390 }, { "Name":"mercury", "Percent":0.873684 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":1432701184.000000, "Eccentricity":0.001460, "OrbitalInclination":1.347484, "Periapsis":52.926487, "OrbitalPeriod":652538.687500, "RotationPeriod":652562.250000, "AxialTilt":0.490341, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:31Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1 b", "BodyID":3, "Parents":[ {"Planet":1}, {"Star":0} ], "DistanceFromArrivalLS":1303.922974, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.002064, "Radius":894286.937500, "SurfaceGravity":1.028400, "SurfaceTemperature":220.628677, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":20.253531 }, { "Name":"sulphur", "Percent":19.771009 }, { "Name":"carbon", "Percent":16.625370 }, { "Name":"nickel", "Percent":15.318921 }, { "Name":"phosphorus", "Percent":10.643847 }, { "Name":"germanium", "Percent":5.871473 }, { "Name":"vanadium", "Percent":4.973562 }, { "Name":"arsenic", "Percent":2.625803 }, { "Name":"niobium", "Percent":1.384221 }, { "Name":"molybdenum", "Percent":1.322544 }, { "Name":"yttrium", "Percent":1.209719 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":852321152.000000, "Eccentricity":0.000058, "OrbitalInclination":0.347963, "Periapsis":79.866791, "OrbitalPeriod":299417.875000, "RotationPeriod":299428.656250, "AxialTilt":0.407046, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:36Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1 g", "BodyID":10, "Parents":[ {"Null":8}, {"Planet":1}, {"Star":0} ], "DistanceFromArrivalLS":1302.289063, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.004961, "Radius":1194365.125000, "SurfaceGravity":1.386263, "SurfaceTemperature":210.137283, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":20.828533 }, { "Name":"sulphur", "Percent":20.332314 }, { "Name":"carbon", "Percent":17.097370 }, { "Name":"nickel", "Percent":15.753831 }, { "Name":"phosphorus", "Percent":10.946030 }, { "Name":"zinc", "Percent":5.660416 }, { "Name":"selenium", "Percent":3.182179 }, { "Name":"zirconium", "Percent":2.418622 }, { "Name":"molybdenum", "Percent":1.360091 }, { "Name":"antimony", "Percent":1.276917 }, { "Name":"tungsten", "Percent":1.143696 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":10014688.000000, "Eccentricity":0.168643, "OrbitalInclination":6.383324, "Periapsis":128.741409, "OrbitalPeriod":230528.640625, "RotationPeriod":310099.718750, "AxialTilt":-0.131885, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:38Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 1 f", "BodyID":9, "Parents":[ {"Null":8}, {"Planet":1}, {"Star":0} ], "DistanceFromArrivalLS":1302.240601, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.006129, "Radius":1280376.375000, "SurfaceGravity":1.490189, "SurfaceTemperature":210.137283, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":19.737860 }, { "Name":"sulphur", "Percent":19.267624 }, { "Name":"carbon", "Percent":16.202076 }, { "Name":"nickel", "Percent":14.928891 }, { "Name":"phosphorus", "Percent":10.372848 }, { "Name":"manganese", "Percent":8.151536 }, { "Name":"vanadium", "Percent":4.846931 }, { "Name":"zirconium", "Percent":2.291973 }, { "Name":"cadmium", "Percent":1.532734 }, { "Name":"tellurium", "Percent":1.482005 }, { "Name":"tin", "Percent":1.185518 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":8106628.000000, "Eccentricity":0.168643, "OrbitalInclination":6.383324, "Periapsis":308.741425, "OrbitalPeriod":230528.640625, "RotationPeriod":344667.125000, "AxialTilt":0.187483, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:51Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 6", "BodyID":39, "Parents":[ {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3261.292725, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thick argon rich atmosphere", "AtmosphereType":"ArgonRich", "AtmosphereComposition":[ { "Name":"Nitrogen", "Percent":93.405983 }, { "Name":"Argon", "Percent":6.506967 }, { "Name":"Helium", "Percent":0.075871 } ], "Volcanism":"water geysers volcanism", "MassEM":9.175994, "Radius":16578645.000000, "SurfaceGravity":13.306518, "SurfaceTemperature":167.362366, "SurfacePressure":103445576.000000, "Landable":false, "Composition":{ "Ice":0.623308, "Rock":0.193642, "Metal":0.094758 }, "SemiMajorAxis":22737633280.000000, "Eccentricity":0.041699, "OrbitalInclination":-2.429261, "Periapsis":177.582382, "OrbitalPeriod":91809328.000000, "RotationPeriod":64157.539063, "AxialTilt":-0.276546, "Rings":[ { "Name":"Eimbaith LW-W e1-290 6 A Ring", "RingClass":"eRingClass_Icy", "MassMT":1.3963e+11, "InnerRad":2.7355e+07, "OuterRad":7.7072e+07 } ], "ReserveLevel":"PristineResources", "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:54Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 6 a", "BodyID":41, "Parents":[ {"Planet":39}, {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3260.586426, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.000270, "Radius":571857.750000, "SurfaceGravity":0.329493, "SurfaceTemperature":112.621704, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":27.177042 }, { "Name":"carbon", "Percent":22.853079 }, { "Name":"phosphorus", "Percent":14.630932 }, { "Name":"iron", "Percent":12.241225 }, { "Name":"nickel", "Percent":9.258749 }, { "Name":"chromium", "Percent":5.505285 }, { "Name":"zinc", "Percent":3.326707 }, { "Name":"vanadium", "Percent":3.006019 }, { "Name":"tin", "Percent":0.735247 }, { "Name":"yttrium", "Percent":0.731154 }, { "Name":"mercury", "Percent":0.534554 } ], "Composition":{ "Ice":0.824309, "Rock":0.160032, "Metal":0.015659 }, "SemiMajorAxis":233672800.000000, "Eccentricity":0.000043, "OrbitalInclination":0.191925, "Periapsis":27.799761, "OrbitalPeriod":371098.218750, "RotationPeriod":361528.218750, "AxialTilt":0.502848, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:05:57Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 6 b", "BodyID":42, "Parents":[ {"Planet":39}, {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3262.401123, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.000337, "Radius":615255.687500, "SurfaceGravity":0.354807, "SurfaceTemperature":112.603981, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":27.137835 }, { "Name":"carbon", "Percent":22.820108 }, { "Name":"phosphorus", "Percent":14.609824 }, { "Name":"iron", "Percent":12.223566 }, { "Name":"nickel", "Percent":9.245394 }, { "Name":"manganese", "Percent":5.048208 }, { "Name":"germanium", "Percent":3.543597 }, { "Name":"vanadium", "Percent":3.001682 }, { "Name":"cadmium", "Percent":0.949215 }, { "Name":"antimony", "Percent":0.749380 }, { "Name":"tungsten", "Percent":0.671197 } ], "Composition":{ "Ice":0.824309, "Rock":0.160032, "Metal":0.015659 }, "SemiMajorAxis":413129152.000000, "Eccentricity":0.012743, "OrbitalInclination":0.350194, "Periapsis":315.876648, "OrbitalPeriod":872379.437500, "RotationPeriod":860006.625000, "AxialTilt":0.303359, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:06:05Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 5", "BodyID":33, "Parents":[ {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3277.020020, "TidalLock":false, "TerraformState":"", "PlanetClass":"Sudarsky class I gas giant", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.368866 }, { "Name":"Helium", "Percent":26.631144 } ], "Volcanism":"", "MassEM":154.967117, "Radius":63461260.000000, "SurfaceGravity":15.336688, "SurfaceTemperature":140.287384, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":1346365952.000000, "Eccentricity":0.041699, "OrbitalInclination":-2.429261, "Periapsis":357.582367, "OrbitalPeriod":91809328.000000, "RotationPeriod":88804.859375, "AxialTilt":-0.481332, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:06:12Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 5 a", "BodyID":34, "Parents":[ {"Planet":33}, {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3278.388428, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.001575, "Radius":817829.375000, "SurfaceGravity":0.938347, "SurfaceTemperature":130.073822, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":19.120224 }, { "Name":"sulphur", "Percent":18.664705 }, { "Name":"carbon", "Percent":15.695086 }, { "Name":"nickel", "Percent":14.461735 }, { "Name":"phosphorus", "Percent":10.048262 }, { "Name":"manganese", "Percent":7.896458 }, { "Name":"germanium", "Percent":5.542930 }, { "Name":"vanadium", "Percent":4.695261 }, { "Name":"cadmium", "Percent":1.484772 }, { "Name":"molybdenum", "Percent":1.248540 }, { "Name":"yttrium", "Percent":1.142028 } ], "Composition":{ "Ice":0.000000, "Rock":0.910870, "Metal":0.089130 }, "SemiMajorAxis":544703040.000000, "Eccentricity":0.000114, "OrbitalInclination":-0.003646, "Periapsis":129.738663, "OrbitalPeriod":321384.781250, "RotationPeriod":321396.000000, "AxialTilt":0.493791, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:06:15Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 5 b", "BodyID":35, "Parents":[ {"Planet":33}, {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3274.812012, "TidalLock":true, "TerraformState":"", "PlanetClass":"Rocky body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.001700, "Radius":838514.750000, "SurfaceGravity":0.963711, "SurfaceTemperature":129.217529, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":18.393377 }, { "Name":"sulphur", "Percent":17.903706 }, { "Name":"carbon", "Percent":15.055161 }, { "Name":"nickel", "Percent":13.911981 }, { "Name":"phosphorus", "Percent":9.638574 }, { "Name":"chromium", "Percent":8.272113 }, { "Name":"manganese", "Percent":7.596277 }, { "Name":"germanium", "Percent":5.316933 }, { "Name":"cadmium", "Percent":1.428329 }, { "Name":"tellurium", "Percent":1.377096 }, { "Name":"tin", "Percent":1.106457 } ], "Composition":{ "Ice":0.000000, "Rock":0.909430, "Metal":0.090570 }, "SemiMajorAxis":951288704.000000, "Eccentricity":0.005193, "OrbitalInclination":0.716936, "Periapsis":137.180893, "OrbitalPeriod":741744.125000, "RotationPeriod":741770.125000, "AxialTilt":0.411545, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:06:18Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 5 d", "BodyID":37, "Parents":[ {"Planet":33}, {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3281.087158, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.001726, "Radius":1018957.375000, "SurfaceGravity":0.662605, "SurfaceTemperature":114.071220, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":25.198767 }, { "Name":"carbon", "Percent":21.189554 }, { "Name":"iron", "Percent":13.781744 }, { "Name":"phosphorus", "Percent":13.565916 }, { "Name":"nickel", "Percent":10.423932 }, { "Name":"manganese", "Percent":5.691720 }, { "Name":"germanium", "Percent":3.995311 }, { "Name":"zinc", "Percent":3.745362 }, { "Name":"tin", "Percent":0.827775 }, { "Name":"yttrium", "Percent":0.823167 }, { "Name":"tungsten", "Percent":0.756756 } ], "Composition":{ "Ice":0.673205, "Rock":0.297668, "Metal":0.029127 }, "SemiMajorAxis":1347293440.000000, "Eccentricity":0.000012, "OrbitalInclination":-0.000333, "Periapsis":309.638245, "OrbitalPeriod":1250198.125000, "RotationPeriod":1250242.000000, "AxialTilt":0.236735, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:06:20Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 5 c", "BodyID":36, "Parents":[ {"Planet":33}, {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3278.285889, "TidalLock":true, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.001893, "Radius":1050478.125000, "SurfaceGravity":0.683611, "SurfaceTemperature":114.264694, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":25.070078 }, { "Name":"carbon", "Percent":21.081341 }, { "Name":"iron", "Percent":13.711362 }, { "Name":"phosphorus", "Percent":13.496635 }, { "Name":"nickel", "Percent":10.370698 }, { "Name":"chromium", "Percent":6.166454 }, { "Name":"manganese", "Percent":5.662652 }, { "Name":"zirconium", "Percent":1.592172 }, { "Name":"cadmium", "Percent":1.064749 }, { "Name":"niobium", "Percent":0.937098 }, { "Name":"ruthenium", "Percent":0.846764 } ], "Composition":{ "Ice":0.673205, "Rock":0.297668, "Metal":0.029127 }, "SemiMajorAxis":1118310784.000000, "Eccentricity":0.000028, "OrbitalInclination":0.602037, "Periapsis":279.521973, "OrbitalPeriod":945429.875000, "RotationPeriod":945463.062500, "AxialTilt":-0.032263, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:06:22Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 5 e", "BodyID":38, "Parents":[ {"Planet":33}, {"Null":32}, {"Star":0} ], "DistanceFromArrivalLS":3279.638672, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.002294, "Radius":1119463.875000, "SurfaceGravity":0.729703, "SurfaceTemperature":113.887939, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"sulphur", "Percent":25.863686 }, { "Name":"carbon", "Percent":21.748682 }, { "Name":"iron", "Percent":14.145403 }, { "Name":"phosphorus", "Percent":13.923881 }, { "Name":"nickel", "Percent":10.698989 }, { "Name":"manganese", "Percent":5.841907 }, { "Name":"vanadium", "Percent":3.473619 }, { "Name":"zirconium", "Percent":1.642573 }, { "Name":"niobium", "Percent":0.966763 }, { "Name":"tin", "Percent":0.849617 }, { "Name":"yttrium", "Percent":0.844888 } ], "Composition":{ "Ice":0.673205, "Rock":0.297668, "Metal":0.029127 }, "SemiMajorAxis":1635834496.000000, "Eccentricity":0.016763, "OrbitalInclination":-0.710807, "Periapsis":116.668419, "OrbitalPeriod":1672609.750000, "RotationPeriod":2230224.500000, "AxialTilt":-0.105532, "WasDiscovered":true, "WasMapped":false }
{ "timestamp":"2019-09-13T20:06:38Z", "event":"FSSSignalDiscovered", "SystemAddress":1246813571732, "SignalName":"$Fixed_Event_Life_Ring;", "SignalName_Localised":"Notable stellar phenomena" }
{ "timestamp":"2019-09-13T20:06:38Z", "event":"CodexEntry", "EntryID":1200102, "Name":"$Codex_Ent_Green_Water_Giant_Name;", "Name_Localised":"Green gas giant", "SubCategory":"$Codex_SubCategory_Gas_Giants;", "SubCategory_Localised":"Gas giant planets", "Category":"$Codex_Category_StellarBodies;", "Category_Localised":"Astronomical Bodies", "Region":"$Codex_RegionName_3;", "Region_Localised":"Ryker's Hope", "System":"Eimbaith LW-W e1-290", "SystemAddress":1246813571732, "IsNewEntry":true }
{ "timestamp":"2019-09-13T20:06:38Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 7", "BodyID":43, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":4771.003906, "TidalLock":false, "TerraformState":"", "PlanetClass":"Water giant", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Water", "Percent":98.407478 }, { "Name":"Ammonia", "Percent":0.529072 }, { "Name":"Methane", "Percent":0.529072 } ], "Volcanism":"", "MassEM":23.555542, "Radius":18263880.000000, "SurfaceGravity":28.145985, "SurfaceTemperature":158.000000, "SurfacePressure":622274019328.000000, "Landable":false, "SemiMajorAxis":1445409456128.000000, "Eccentricity":0.010499, "OrbitalInclination":0.199868, "Periapsis":86.129227, "OrbitalPeriod":843924544.000000, "RotationPeriod":138434.656250, "AxialTilt":0.006605, "Rings":[ { "Name":"Eimbaith LW-W e1-290 7 A Ring", "RingClass":"eRingClass_Icy", "MassMT":6.0908e+10, "InnerRad":3.0135e+07, "OuterRad":1.0335e+08 } ], "ReserveLevel":"PristineResources", "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:06:38Z", "event":"FSSAllBodiesFound", "SystemName":"Eimbaith LW-W e1-290", "SystemAddress":1246813571732, "Count":31 }
{ "timestamp":"2019-09-13T20:06:51Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:06:55Z", "event":"Music", "MusicTrack":"SystemMap" }
{ "timestamp":"2019-09-13T20:07:23Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:10:24Z", "event":"Screenshot", "Filename":"\\ED_Pictures\\HighResScreenShot_2019-09-13_20-10-20.bmp", "Width":7872, "Height":9888, "System":"Eimbaith LW-W e1-290", "Body":"Eimbaith LW-W e1-290 7" }
{ "timestamp":"2019-09-13T20:10:34Z", "event":"Music", "MusicTrack":"SystemAndSurfaceScanner" }
{ "timestamp":"2019-09-13T20:10:48Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:11:24Z", "event":"Music", "MusicTrack":"SystemAndSurfaceScanner" }
{ "timestamp":"2019-09-13T20:11:32Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:11:43Z", "event":"SAAScanComplete", "BodyName":"Eimbaith LW-W e1-290 7 A Ring", "BodyID":44, "ProbesUsed":1, "EfficiencyTarget":0 }
{ "timestamp":"2019-09-13T20:11:44Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 7 A Ring", "BodyID":44, "Parents":[ {"Planet":43}, {"Star":0} ], "DistanceFromArrivalLS":4771.003906, "SemiMajorAxis":66744956.000000, "Eccentricity":0.000000, "OrbitalInclination":0.000000, "Periapsis":0.000000, "OrbitalPeriod":35359.132813, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:11:44Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Eimbaith LW-W e1-290 7 A Ring", "BodyID":44, "Parents":[ {"Planet":43}, {"Star":0} ], "DistanceFromArrivalLS":4771.003906, "SemiMajorAxis":66744956.000000, "Eccentricity":0.000000, "OrbitalInclination":0.000000, "Periapsis":0.000000, "OrbitalPeriod":35359.132813, "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:11:59Z", "event":"Music", "MusicTrack":"SystemAndSurfaceScanner" }
{ "timestamp":"2019-09-13T20:12:05Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:12:09Z", "event":"Music", "MusicTrack":"SystemAndSurfaceScanner" }
{ "timestamp":"2019-09-13T20:12:24Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:13:00Z", "event":"Music", "MusicTrack":"SystemAndSurfaceScanner" }
{ "timestamp":"2019-09-13T20:13:02Z", "event":"Music", "MusicTrack":"Supercruise" }
{ "timestamp":"2019-09-13T20:13:15Z", "event":"SAAScanComplete", "BodyName":"Eimbaith LW-W e1-290 7", "BodyID":43, "ProbesUsed":8, "EfficiencyTarget":10 }
{ "timestamp":"2019-09-13T20:13:16Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Eimbaith LW-W e1-290 7", "BodyID":43, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":4771.003906, "TidalLock":false, "TerraformState":"", "PlanetClass":"Water giant", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Water", "Percent":98.407478 }, { "Name":"Ammonia", "Percent":0.529072 }, { "Name":"Methane", "Percent":0.529072 } ], "Volcanism":"", "MassEM":23.555542, "Radius":18263880.000000, "SurfaceGravity":28.145985, "SurfaceTemperature":158.000000, "SurfacePressure":622274019328.000000, "Landable":false, "SemiMajorAxis":1445409456128.000000, "Eccentricity":0.010499, "OrbitalInclination":0.199868, "Periapsis":86.129227, "OrbitalPeriod":843924544.000000, "RotationPeriod":138434.656250, "AxialTilt":0.006605, "Rings":[ { "Name":"Eimbaith LW-W e1-290 7 A Ring", "RingClass":"eRingClass_Icy", "MassMT":6.0908e+10, "InnerRad":3.0135e+07, "OuterRad":1.0335e+08 } ], "ReserveLevel":"PristineResources", "WasDiscovered":true, "WasMapped":true }
{ "timestamp":"2019-09-13T20:13:47Z", "event":"Shutdown" }

The most interesting part is probably this entry:

Code:
{ "timestamp":"2019-09-13T20:06:38Z", "event":"CodexEntry", "EntryID":1200102, "Name":"$Codex_Ent_Green_Water_Giant_Name;", "Name_Localised":"Green gas giant", "SubCategory":"$Codex_SubCategory_Gas_Giants;", "SubCategory_Localised":"Gas giant planets", "Category":"$Codex_Category_StellarBodies;", "Category_Localised":"Astronomical Bodies", "Region":"$Codex_RegionName_3;", "Region_Localised":"Ryker's Hope", "System":"Eimbaith LW-W e1-290", "SystemAddress":1246813571732, "IsNewEntry":true }

I only did a quick check, but this appears to be the only entry that's clearly identifying the water giant in that system as a GGG. Given that it's a codex entry, this might not be entirely reliable though. What if I'd already found a GGG in the current region and then discover another one? Then there would be no additional codex entry, so it might not be detectable from the journal files?

Not sure if true, but I hope this still helps.
 
What if I'd already found a GGG in the current region and then discover another one? Then there would be no additional codex entry, so it might not be detectable from the journal files?
Thankfully, Codex entries still get logged even if you've already scanned them in the region before. Or at least they certainly do for things scanned with the Comp. Scanner, but I'm not certain if the same would apply to green giants scanned with the FSS.
 
Top Bottom