Maybe I'm missing the purpose of that, but I find odd that using the enhanced zoom sends a scan event each time you active it on the same body :
Theorically ( reading this https://forums.frontier.co.uk/showthread.php/452937-Journal-Docs-for-v3-3 ) duplicated events have been removed, but maybe this is not considered as duplicate ?
Code:
{ "timestamp":"2018-11-23T19:37:31Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Hyades Sector PD-S c4-18 5", "BodyID":5, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":1368.585938, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thick methane rich atmosphere", "AtmosphereType":"MethaneRich", "AtmosphereComposition":[ { "Name":"Nitrogen", "Percent":94.404282 }, { "Name":"Methane", "Percent":4.181262 }, { "Name":"Argon", "Percent":0.944043 } ], "Volcanism":"water geysers volcanism", "MassEM":1.290546, "Radius":8282455.000000, "SurfaceGravity":7.498334, "SurfaceTemperature":368.832153, "SurfacePressure":232601312.000000, "Landable":false, "Composition":{ "Ice":0.640347, "Rock":0.240762, "Metal":0.118891 }, "SemiMajorAxis":409768624128.000000, "Eccentricity":0.003949, "OrbitalInclination":-0.847872, "Periapsis":151.167236, "OrbitalPeriod":166923712.000000, "RotationPeriod":42160.558594, "AxialTilt":-0.347827 }
{ "timestamp":"2018-11-23T19:37:39Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Hyades Sector PD-S c4-18 5", "BodyID":5, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":1368.585938, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thick methane rich atmosphere", "AtmosphereType":"MethaneRich", "AtmosphereComposition":[ { "Name":"Nitrogen", "Percent":94.404282 }, { "Name":"Methane", "Percent":4.181262 }, { "Name":"Argon", "Percent":0.944043 } ], "Volcanism":"water geysers volcanism", "MassEM":1.290546, "Radius":8282455.000000, "SurfaceGravity":7.498334, "SurfaceTemperature":368.832153, "SurfacePressure":232601312.000000, "Landable":false, "Composition":{ "Ice":0.640347, "Rock":0.240762, "Metal":0.118891 }, "SemiMajorAxis":409768624128.000000, "Eccentricity":0.003949, "OrbitalInclination":-0.847872, "Periapsis":151.167236, "OrbitalPeriod":166923712.000000, "RotationPeriod":42160.558594, "AxialTilt":-0.347827 }
{ "timestamp":"2018-11-23T19:38:04Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Hyades Sector PD-S c4-18 5", "BodyID":5, "Parents":[ {"Star":0} ], "DistanceFromArrivalLS":1368.585815, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"thick methane rich atmosphere", "AtmosphereType":"MethaneRich", "AtmosphereComposition":[ { "Name":"Nitrogen", "Percent":94.404282 }, { "Name":"Methane", "Percent":4.181262 }, { "Name":"Argon", "Percent":0.944043 } ], "Volcanism":"water geysers volcanism", "MassEM":1.290546, "Radius":8282455.000000, "SurfaceGravity":7.498334, "SurfaceTemperature":368.832153, "SurfacePressure":232601312.000000, "Landable":false, "Composition":{ "Ice":0.640347, "Rock":0.240762, "Metal":0.118891 }, "SemiMajorAxis":409768624128.000000, "Eccentricity":0.003949, "OrbitalInclination":-0.847872, "Periapsis":151.167236, "OrbitalPeriod":166923712.000000, "RotationPeriod":42160.558594, "AxialTilt":-0.347827 }
Theorically ( reading this https://forums.frontier.co.uk/showthread.php/452937-Journal-Docs-for-v3-3 ) duplicated events have been removed, but maybe this is not considered as duplicate ?