runs, but no nodes

This commit is contained in:
OLSSON
2021-02-24 13:37:12 -05:00
parent da45e4effa
commit 7acb6b2133
44 changed files with 338 additions and 65 deletions
@@ -1,5 +1,5 @@
local assetHelper = asset.require('util/asset_helper')
local transforms = asset.require('../../sun/heliosphere/mas/bastille_day/transforms')
local transforms = asset.require('../../sun/heliosphere/bastille_day/transforms')
--local fieldlinesDirectory = "C:/Users/elono/Documents/OpenSpace/data/earthMagnetoSphere"
local fieldlinesDirectory = asset.syncedResource({
@@ -8,7 +8,6 @@ asset.info = {
}
local assetHelper = asset.require('util/asset_helper')
local transforms = asset.require('./transforms')
local sunTransforms = asset.require('scene/solarsystem/sun/transforms')
openspace.setPropertyValueSingle("Modules.Space.ShowExceptions", false)
@@ -24,12 +24,12 @@ local streamnodeColorTableFlow = transferFunctions .. "/stream_nodes_flow.txt"
--local streamnodeColorTableIlluminance = transferFunctions .. "/CMR_illuminance.txt"
--local streamnodeColorTableIlluminance2 = transferFunctions .. "/CMR_illuminance2.txt"
local streamnodesDirectory = asset.syncedResource({
--[[local streamnodesDirectory = asset.syncedResource({
Name = "Bastille Day Stream nodes",
Type = "HttpSynchronization",
Identifier = "bastille_day_streamnodes",
Version = 10
})
})--]]
local streamnodesBinaries = asset.syncedResource({
Name = "Bastille day Stream nodes binaries",
Type = "HttpSynchronization",
@@ -48,7 +48,7 @@ local Streamnodes = {
--transforms.asset, referens till suntransforms.solarsystemBarycenter.identifier
Renderable = {
Type = "RenderableStreamNodes",
SourceFolder = streamnodesDirectory,
--SourceFolder = streamnodesDirectory,
BinarySourceFolder = streamnodesBinaries,
-- StreamsEnabled = false,
-- LineWidth = 1.0;
@@ -2,8 +2,8 @@ local assetHelper = asset.require('util/asset_helper')
local sunTransforms = asset.require('scene/solarsystem/sun/transforms')
local earthTransforms = asset.require('scene/solarsystem/planets/earth/transforms')
local HNMKernel = asset.localResource("kernels/HNM.tf")
local GSMKernel = asset.localResource("kernels/GSM.ti")
local HNMKernel = asset.localResource("../../kernels/HNM.tf")
local GSMKernel = asset.localResource("../../kernels/GSM.ti")
local HNMReferenceFrame = {
Identifier = "HNMReferenceFrame",
@@ -2,8 +2,8 @@ local assetHelper = asset.require('util/asset_helper')
local sun = asset.require('scene/solarsystem/sun/sun')
-- synced directories
local textureDirectory = asset.require('./heliosphere/mas/bastille_day/bastille_day_sun_textures').TexturesPath;
local magnetogramDirectory = asset.require('./heliosphere/mas/bastille_day/magnetogram').TexturesPath;
local textureDirectory = asset.require('./heliosphere/bastille_day/bastille_day_sun_textures').TexturesPath;
local magnetogramDirectory = asset.require('./heliosphere/bastille_day/magnetogram').TexturesPath;
-- lists of paths
local magnetograms = openspace.walkDirectoryFiles(magnetogramDirectory);
@@ -1,44 +0,0 @@
asset.info = {
Name = "Predictive Science Inc. Stream nodes Bastille Days",
Version = "1.0",
Description = " Stream nodes for the bastille day CME events ",
Author = "Christian Adamsson, Emilie Ho",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
}
asset.require("spice/base")
local assetHelper = asset.require("util/asset_helper")
local textures = asset.require('./streamnodes_textures').TexturesPath
local transforms = asset.require("./transforms")
local arr = asset.syncedResource({
Name = "Arrow Files",
Type = "HttpSynchronization",
Identifier = "bastille_day_streamnodes_binaries",
Version = 1
})
local Arrow = {
Identifier = "Arrow",
Renderable = {
Type = "RenderableBillboardsCloud",
Enabled = false,
Color = { 1.0, 1.0, 0.0 },
Opacity = 0.99,
ScaleFactor = 410.0,
File = arr .. "/StreamnodesCachePosition",
Texture = textures .. "/cat.png",
CorrectionSizeEndDistance = 15.86,
CorrectionSizeFactor = 8.59,
Unit = "pc",
BillboardMaxSize = 23.0,
EnablePixelSizeControl = true
},
GUI = {
Name = "Show arrows",
Path = "/Solar System/Heliosphere"
},
};
assetHelper.registerSceneGraphNodesAndExport(asset, { Arrow })
@@ -9,10 +9,10 @@ asset.info = {
asset.require("spice/base")
local assetHelper = asset.require("util/asset_helper")
local textures = asset.require('./cutplanes_textures_sphere').TexturesPath
local textures_venussphere = asset.require('./cutplanes_textures_sphere_venus').TexturesPath
local textures_mercurysphere = asset.require('./cutplanes_textures_sphere_mercury').TexturesPath
local textures_coronasphere = asset.require('./cutplanes_textures_sphere_corona').TexturesPath
-- local textures = asset.require('./cutplanes_textures_sphere').TexturesPath
-- local textures_venussphere = asset.require('./cutplanes_textures_sphere_venus').TexturesPath
-- local textures_mercurysphere = asset.require('./cutplanes_textures_sphere_mercury').TexturesPath
-- local textures_coronasphere = asset.require('./cutplanes_textures_sphere_corona').TexturesPath
local transforms = asset.require("./transforms")
local default_opacity = 0.99
--textureversion 1 has purple for low flux, 2 has transparent. 3 for new, 4 for emin01 -2 - 4, 5 for emin01 -2 -4.5, 6 for emin03 cmr -2 -4.5. 7 with -2 - 4 cmr emin03. 8 emin01 transparent, 9 emin03 transparent
@@ -37,10 +37,6 @@ local TexturesPathVenus = asset.syncedResource({
Version = textureversion
})
local Cutplane_sphere_earth = {
Identifier = "Cutplane_sphere",
Parent = transforms.SunIAU.Identifier,
@@ -1,7 +1,7 @@
local TexturesPath = asset.syncedResource({
Type = "HttpSynchronization",
Name = "Streamnodes textures",
Identifier = "streamnodes_textures",
Identifier = "streamnodes_legend",
Version = 4
})
@@ -10,7 +10,7 @@ asset.info = {
asset.require("spice/base")
local assetHelper = asset.require("util/asset_helper")
local transforms = asset.require("./transforms")
local transformssun = asset.require("./heliosphere/mas/bastille_day/transforms")
local transformssun = asset.require("./heliosphere/bastille_day/transforms")
--15 cmr emin01, 16 cmr emin03
local TexturesPathEquitorial = asset.syncedResource({
Type = "HttpSynchronization",
@@ -7,15 +7,22 @@ asset.info = {
License = ""
}
local TexturesPath = asset.syncedResource({
Type = "HttpSynchronization",
Name = "Streamnodes textures",
Identifier = "streamnodes_legend",
Version = 4
})
asset.require("spice/base")
local assetHelper = asset.require("util/asset_helper")
local textures = asset.require('./streamnodes_textures').TexturesPath
--local textures = asset.require('./streamnodes_textures').TexturesPath
local legend = {
Identifier = "Legendstreamnodes",
--Type = "ScreenSpaceRenderable",
Type = "ScreenSpaceImageLocal",
TexturePath = textures .. "/CMR_transparent_vittext.png",
TexturePath = TexturesPath .. "/CMR_transparent_vittext.png",
};
openspace.addScreenSpaceRenderable(legend)
+315
View File
@@ -0,0 +1,315 @@
{
"assets": [
"base",
"util/default_dashboard",
"scene/solarsystem/sun/magnetogram_textures",
"scene/solarsystem/sun/streamnodeslegend",
"scene/solarsystem/sun/streamnodescutplane",
"scene/solarsystem/sun/sun_textures",
"scene/solarsystem/sun/heliosphere/bastille_day/density_volume",
"scene/solarsystem/sun/heliosphere/bastille_day/bastille_day_sun_textures",
"scene/solarsystem/sun/heliosphere/bastille_day/fieldlines",
"scene/solarsystem/sun/heliosphere/bastille_day/focuspoint",
"scene/solarsystem/sun/heliosphere/bastille_day/lighttravel",
"scene/solarsystem/sun/heliosphere/bastille_day/magnetogram",
"scene/solarsystem/sun/heliosphere/bastille_day/streamnodes",
"scene/solarsystem/sun/heliosphere/bastille_day/transforms",
"scene/solarsystem/planets/earth/earth",
"scene/solarsystem/planets/earth/magnetosphere",
"scene/solarsystem/planets/earth/satellites/satellites",
"scene/solarsystem/planets/earth/satellites/misc/iss"
],
"camera": {
"anchor": "Sun",
"latitude": 58.5877,
"longitude": 16.1924,
"type": "goToGeo"
},
"delta_times": [
1.0,
5.0,
30.0,
60.0,
300.0,
1800.0,
3600.0,
43200.0,
86400.0,
604800.0,
1209600.0,
2592000.0,
5184000.0,
7776000.0,
15552000.0,
31536000.0,
63072000.0,
157680000.0,
315360000.0,
630720000.0
],
"keybindings": [
{
"documentation": "Toggle trails on or off for satellites around Earth",
"gui_path": "/Earth",
"is_local": false,
"key": "S",
"name": "Toggle satellite trails",
"script": "local list = openspace.getProperty('{earth_satellites}.Renderable.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end"
},
{
"documentation": "Show the legend image",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "F2",
"name": "Show the legend image",
"script": "openspace.setPropertyValueSingle('ScreenSpace.Legendstreamnodes.Alpha', 0.000000);openspace.setPropertyValueSingle('ScreenSpace.Legendstreamnodes.Alpha', 1.000000, 4);openspace.setPropertyValueSingle('ScreenSpace.Legendstreamnodes.Enabled', true);"
},
{
"documentation": "Hides the legend image",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "F3",
"name": "Hides the legend image",
"script": "openspace.setPropertyValueSingle('ScreenSpace.Legendstreamnodes.Alpha', 0.000000, 2);"
},
{
"documentation": "Start to focus on Earth",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "F4",
"name": "Change to Earth focus",
"script": "openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Earthfocus.distancePlanetThreshold', 155022826061.149994);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Earthfocus.enhanceMethod', 0.000000);openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Aim', '');openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Anchor', 'Earth');openspace.navigation.loadNavigationState('Earth');"
},
{
"documentation": "Toggle volume rendering of CME",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "F6",
"name": "Toggle volume",
"script": "propertyHelper.invert('Scene.MAS_MHD_density.Renderable.Enabled');"
},
{
"documentation": "Loop time 10:03 - 11:00",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "F7",
"name": "Loop Nodedata time 10:03 - 11:00",
"script": "EndtimeSlowLoop = '2000 JUL 14 11:00:00';StarttimescriptSlowLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.loadScheduledScript(EndtimeSlowLoop, StarttimescriptSlowLoop);"
},
{
"documentation": "Loop time 08:34- 19:00",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "F8",
"name": "Loop Nodedata time 08:34- 19:00",
"script": "Endtime1 = '2000 JUL 14 19:00:00';Starttimescript = \"openspace.time.setTime('2000 JUL 14 08:38:27')\";openspace.scriptScheduler.loadScheduledScript(Endtime1, Starttimescript);"
},
{
"documentation": "Clear scriptScheduler",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "F9",
"name": "Clear loop scripts",
"script": "openspace.scriptScheduler.clear();"
},
{
"documentation": "Restart button to start of CME",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "F10",
"name": "Restart button to start of CME",
"script": "openspace.time.setTime('2000-JUL-14 10:03:00.00');"
},
{
"documentation": "Display next sun texture in list of textures",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "i",
"name": "Next sun texture",
"script": "textureList = openspace.globebrowsing.getLayers('Sun', 'ColorLayers');textureIndex = 2;if (textureIndex == nil) then textureIndex = 1;end; textureIndex = textureIndex + 1;if (textureIndex >= #textureList) then textureIndex = 1;end;if (textureIndex == 1) then openspace.setPropertyValue(\"Scene.Sun.Renderable.Layers.ColorLayers.*.Enabled\", false); openspace.setPropertyValueSingle(\"Scene.Sun.Renderable.Layers.ColorLayers.Texture.Enabled\", true); else openspace.setPropertyValue(\"Scene.Sun.Renderable.Layers.ColorLayers.*.Enabled\", false);str = \"Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-\" .. textureIndex .. \".Enabled\"; openspace.setPropertyValueSingle(str, true);end;"
},
{
"documentation": "Transition Magnetosphere",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+a",
"name": "Transition Magnetosphere",
"script": "propertyHelper.invert('Scene.Earths_Magnetosphere.Renderable.Enabled');openspace.setPropertyValueSingle('Scene.Earths_Magnetosphere.Renderable.lineWidth', 1.500000);openspace.setPropertyValueSingle('Scene.Earths_Magnetosphere.Renderable.Color.uniform', {0.300000,0.570000,0.750000,0.00000});openspace.setPropertyValueSingle('Scene.Earths_Magnetosphere.Renderable.Color.uniform', {0.300000,0.570000,0.750000,0.50000}, 8);"
},
{
"documentation": "transition when zooming out nodes+cutplane, nmbr 12",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+b",
"name": "Transition zooming out nodes + cutplane",
"script": "openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.filterUpper', 5, 5);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.thresholdFlux', -1);openspace.setPropertyValueSingle('Scene.MAS_MHD_Fieldlines.Renderable.Enabled', false);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.nodeSizeLargerFlux', 2.00000, 10);"
},
{
"documentation": "New loop: Restarts time at 10:03 and stops at 10:40, sets delta time to 4 min/ second (240 seconds/ second)",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+d",
"name": "Loop 10:03 - 10:40, delta time 4 min/ second",
"script": "openspace.scriptScheduler.clear();openspace.time.setDeltaTime(240);openspace.time.setTime('2000-JUL-14 10:03:00.00');starttimeEarth = '2000 JUL 14 10:40:00';StarttimescriptSlowLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.loadScheduledScript(starttimeEarth, StarttimescriptSlowLoop);"
},
{
"documentation": "Turn off sun glare, turn on field lines, increase field lines line width, change layer on the Sun to magnetogram 3",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+e",
"name": "Third transition Emilie",
"script": "openspace.setPropertyValueSingle('Scene.SunGlare.Renderable.Enabled', false);openspace.setPropertyValueSingle('Scene.MAS_MHD_Fieldlines.Renderable.lineWidth', 4.000000);openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Anchor', 'focusPoint');openspace.setPropertyValueSingle('Scene.MAS_MHD_Fieldlines.Renderable.Enabled', true);openspace.setPropertyValueSingle('Scene.MAS_MHD_Fieldlines.Renderable.Color.uniform', {0.300000,0.570000,0.750000,0.000000});openspace.setPropertyValueSingle('Scene.MAS_MHD_Fieldlines.Renderable.Color.uniform', {0.300000,0.570000,0.750000,0.500000}, 6);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-1.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-2.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-4.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-5.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-6.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-3.Enabled', true);"
},
{
"documentation": "Enable nodes with some filters",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+h",
"name": "Last transition Emilie",
"script": "openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Enabled', true);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.nodeSize', 5.200000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.nodeSizeLargerFlux', 5.200000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.filterUpper', 0.190000);"
},
{
"documentation": "New loop: Restarts time at 10:03 and stops at 10:16, sets delta time to 2 min/ second (120 seconds/ second)",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+m",
"name": "Loop 10:03 - 10:16, delta time 2 min/ second",
"script": "openspace.scriptScheduler.clear();openspace.time.setDeltaTime(120);openspace.time.setTime('2000-JUL-14 10:03:00.00');EndtimeShortLoop = \"2000 JUL 14 10:16:00\";StarttimescriptSlowLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.loadScheduledScript(EndtimeShortLoop, StarttimescriptSlowLoop);"
},
{
"documentation": "transition from cutplane to nodes",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+n",
"name": "Transition cutplane to nodes",
"script": "openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.zLimit', {-2.00000,2.000000});openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Earthfocus.enhanceMethod', 3.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Color.fluxColorAlphaIlluminance', 1, 5);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.nodeSkipEarth', 11.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable. CameraPerspective.maxNodeSize', 40.0000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.thresholdFlux', -1.00000);openspace.setPropertyValueSingle('Scene.SunGlare.Renderable.Enabled', true);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.amountOfNodes', 17.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable. CameraPerspective.renderingcircles', true);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable. CameraPerspective.cameraPerspectiveEnabled', true);openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Anchor', 'Earth');openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.nodeSkip', 17.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Earthfocus.distancePlanetThreshold', 0.20000, 10);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable. CameraPerspective.minNodeSize', 3.00000);openspace.setPropertyValueSingle('Scene.Cutplane.Renderable.Opacity', 0.000000, 7);"
},
{
"documentation": "Appearance change for trails",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+q",
"name": "Appearance change for trails",
"script": "openspace.setPropertyValueSingle('Scene.MercuryTrail.Renderable.Appearance.EnableFade', true);openspace.setPropertyValueSingle('Scene.MercuryTrail.Renderable.Appearance.Color', {0.700000,0.700000,0.700000});openspace.setPropertyValueSingle('Scene.MercuryTrail.Renderable.Appearance.LineWidth', 10.000000)openspace.setPropertyValueSingle('Scene.MercuryTrail.Renderable.Appearance.Fade', 2.270000);openspace.setPropertyValueSingle('Scene.MarsTrail.Renderable.Appearance.EnableFade', true);openspace.setPropertyValueSingle('Scene.MarsTrail.Renderable.Appearance.LineWidth', 10.000000);openspace.setPropertyValueSingle('Scene.MarsTrail.Renderable.Appearance.Fade', 2.710000);openspace.setPropertyValueSingle('Scene.VenusTrail.Renderable.Appearance.EnableFade', true);openspace.setPropertyValueSingle('Scene.VenusTrail.Renderable.Appearance.LineWidth', 10.000000);openspace.setPropertyValueSingle('Scene.VenusTrail.Renderable.Appearance.Fade', 1.830000);openspace.setPropertyValueSingle('Scene.EarthTrail.Renderable.Appearance.EnableFade', true);openspace.setPropertyValueSingle('Scene.EarthTrail.Renderable.Appearance.LineWidth', 10.000000);openspace.setPropertyValueSingle('Scene.EarthTrail.Renderable.Appearance.Fade', 3.440000);openspace.setPropertyValueSingle('Scene.MoonTrail.Renderable.Appearance.Color', {1.000000,1.000000,1.000000});openspace.setPropertyValueSingle('Scene.MoonTrail.Renderable.Appearance.LineWidth', 10.00000);openspace.setPropertyValueSingle('Scene.MoonTrail.Renderable.Appearance.Fade', 5.420000);"
},
{
"documentation": "Resets the visualisation of streamnodes",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+r",
"name": "Reset Streamnodes Vis back",
"script": "openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Color.colorMode', 0.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.skippingNodes', 1.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.amountOfNodes', 1.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Color.fluxColorAlphaIlluminance', 1.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.nodeSkip', 1.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.nodeSize', 2.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.nodeSizeLargerFlux', 2.00000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.skippingNodesByFlux', 0.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.NodeGroup.skippingNodesByRadius', 0.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.thresholdFlux', 0.800000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.filterLower', 0.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.zLimit', {-2.00000,2.000000});openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Earthfocus.distancePlanetThreshold', 0.000000);openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Aim', '');openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Anchor', 'Sun');openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.zLimit', {-2.00000,2.000000});openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Streams.filterUpper', 5.000000);"
},
{
"documentation": "New loop: Restarts time at 10:03 and stops at 11:00, delta time to 4 min/ second (240 seconds/ second)",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+s",
"name": "Loop 10:03 - 11:00, delta time 4 min/ second",
"script": "StarttimescriptSlowLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.clear();openspace.time.setDeltaTime(240);openspace.time.setTime('2000-JUL-14 10:03:00.00');openspace.scriptScheduler.loadScheduledScript('2000 JUL 14 11:00:00', StarttimescriptSlowLoop);"
},
{
"documentation": "transition from nodes to cutplane",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+t",
"name": "Transition nodeviz to cutplane",
"script": "openspace.setPropertyValueSingle('Scene.Cutplane.Renderable.Enabled', true);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Earthfocus.distancePlanetThreshold', 0.000000, 5);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Earthfocus.enhanceMethod', 3.000000);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Color.fluxColorAlphaIlluminance', 0.0, 6);openspace.setPropertyValueSingle('Scene.Cutplane.Renderable.Opacity', 1.000000, 10);"
},
{
"documentation": "Fast loop: Starts from 10:03 and sets delta time to 15 min/ second (900 seconds/ second)",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+v",
"name": "Starts from 10:03, delta time 15 min/ second",
"script": "openspace.scriptScheduler.clear();openspace.time.setDeltaTime(900);openspace.time.setTime('2000-JUL-14 10:03:00.00');StarttimescriptSlowLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.loadScheduledScript('2000 JUL 14 12:00:00', StarttimescriptSlowLoop);"
},
{
"documentation": "Fast loop: Starts from 10:03 and sets delta time to 15 min/ second (900 seconds/ second)",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+v",
"name": "Starts from 10:03, delta time 15 min/ second",
"script": "openspace.scriptScheduler.clear();openspace.time.setDeltaTime(900);openspace.time.setTime('2000-JUL-14 10:03:00.00');StarttimescriptSlowLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.loadScheduledScript('2000 JUL 14 12:00:00', StarttimescriptSlowLoop);"
},
{
"documentation": "Turn on sun glare, reset field line line width, change layer on the Sun to Orange",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+w",
"name": "First transition Emilie",
"script": "openspace.time.setDeltaTime(0);openspace.time.setTime('2000-JUL-14 08:42:00.00');openspace.setPropertyValueSingle('Scene.SunGlare.Renderable.Enabled', true);openspace.setPropertyValueSingle('Scene.MAS_MHD_Fieldlines.Renderable.lineWidth', 1);openspace.setPropertyValueSingle('Scene.Cutplane.Renderable.Enabled', false);openspace.setPropertyValueSingle('Scene.MAS_MHD_density.Renderable.Enabled', false);openspace.setPropertyValueSingle('Scene.MAS_MHD_Fieldlines.Renderable.Enabled', false);openspace.setPropertyValueSingle('Scene.MAS_MHD_StreamNodes.Renderable.Enabled', false);openspace.setPropertyValueSingle('Scene.SpeedofLight.Renderable.Enabled', false);openspace.setPropertyValueSingle('Scene.Earths_Magnetosphere.Renderable.Enabled', false);openspace.setPropertyValueSingle('Scene.Earths_Magnetosphere.Renderable.maskingEnabled', true);openspace.setPropertyValueSingle('Scene.Earths_Magnetosphere.Renderable.Masking.maskingQuantity', 5.000000);openspace.setPropertyValueSingle('Scene.Earths_Magnetosphere.Renderable.Masking.maskingMinLimit', '0');openspace.setPropertyValueSingle('Scene.Earths_Magnetosphere.Renderable.Masking.maskingMaxLimit', '0.5');openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-1.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-2.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-3.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-4.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-5.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-6.Enabled', false);openspace.setPropertyValueSingle('Scene.Sun.Renderable.Layers.ColorLayers.Texture.Enabled', true);"
},
{
"documentation": "Long loop: Restarts time at 09:30 and stops at 11:50, delta time to 4 min/ second (240 seconds/ second)",
"gui_path": "/CCMC/Nodes",
"is_local": false,
"key": "Shift+y",
"name": "Loop 09:30 - 11:50, delta time 4 min/ second",
"script": "openspace.scriptScheduler.clear();openspace.time.setDeltaTime(240);openspace.time.setTime('2000-JUL-14 09:30:00.00');StarttimescriptLongLoop = \"openspace.time.setTime('2000 JUL 14 09:30:00')\";openspace.scriptScheduler.loadScheduledScript('2000 JUL 14 11:50:00', StarttimescriptLongLoop);"
}
],
"mark_nodes": [
"Earth",
"Mars",
"Moon",
"Sun",
"Venus",
"ISS"
],
"meta": {
"author": "OpenSpace Team",
"description": "Default OpenSpace Profile. Adds Earth satellites not contained in other profiles.",
"license": "MIT License",
"name": "Default",
"url": "https://www.openspaceproject.com",
"version": "1.0"
},
"properties": [
{
"name": "{earth_satellites}.Renderable.Enabled",
"type": "setPropertyValue",
"value": "false"
},
{
"name": "Scene.Sun.Renderable.Enabled",
"type": "setPropertyValue",
"value": "true"
},
{
"name": "Scene.SunGlare.Renderable.Enabled",
"type": "setPropertyValue",
"value": "false"
},
{
"name": "Scene.Sun.Renderable.Layers.ColorLayers.Texture.Enabled",
"type": "setPropertyValue",
"value": "false"
},
{
"name": "Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-2.Enabled",
"type": "setPropertyValue",
"value": "true"
},
{
"name": "Scene.Earth.Renderable.Layers.ColorLayers.ESRI_VIIRS_Combo.Enabled",
"type": "setPropertyValue",
"value": "false"
},
{
"name": "Scene.Earth.Renderable.Layers.ColorLayers.ESRI_World_Imagery.Enabled",
"type": "setPropertyValue",
"value": "true"
}
],
"time": {
"type": "absolute",
"value": "2000-07-14T08:42:00"
},
"version": {
"major": 1,
"minor": 0
}
}