mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-24 13:09:22 -06:00
140 lines
4.3 KiB
Modula-2
140 lines
4.3 KiB
Modula-2
local file1 = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_closed_seeds_all.txt';
|
|
local file2 = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_open_north_all.txt';
|
|
local file3 = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_open_south_all.txt';
|
|
local file4 = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_solar_wind_all.txt';
|
|
local file5 = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_separatrix_seeds_all.txt';
|
|
|
|
local volumeFile = '${OPENSPACE_DATA}/batsrus.cdf';
|
|
|
|
return {
|
|
{
|
|
Name = "Fieldlines1",
|
|
Parent = "Earth",
|
|
Ephemeris = {
|
|
Type = "Static",
|
|
Position = { 0, 0, 0, 0},
|
|
},
|
|
Renderable = {
|
|
Type = "RenderableFieldlines",
|
|
VectorField = {
|
|
Type = "VolumeKameleon",
|
|
File = volumeFile,
|
|
Model = "BATSRUS",
|
|
Variables = {"bx", "by", "bz"}
|
|
},
|
|
Fieldlines = {
|
|
Stepsize = 1,
|
|
Classification = true,
|
|
},
|
|
SeedPoints = {
|
|
Type = "File",
|
|
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_closed_seeds_all.txt';
|
|
}
|
|
},
|
|
GuiName = "/Geometry/Fieldlines"
|
|
},
|
|
{
|
|
Name = "Fieldlines2",
|
|
Parent = "Earth",
|
|
Ephemeris = {
|
|
Type = "Static",
|
|
Position = { 0, 0, 0, 0},
|
|
},
|
|
Renderable = {
|
|
Type = "RenderableFieldlines",
|
|
VectorField = {
|
|
Type = "VolumeKameleon",
|
|
File = volumeFile,
|
|
Model = "BATSRUS",
|
|
Variables = {"bx", "by", "bz"}
|
|
},
|
|
Fieldlines = {
|
|
Stepsize = 1,
|
|
Classification = true
|
|
},
|
|
SeedPoints = {
|
|
Type = "File",
|
|
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_open_north_all.txt'
|
|
}
|
|
},
|
|
GuiName = "/Geometry/Fieldlines"
|
|
},
|
|
{
|
|
Name = "Fieldlines3",
|
|
Parent = "Earth",
|
|
Ephemeris = {
|
|
Type = "Static",
|
|
Position = { 0, 0, 0, 0},
|
|
},
|
|
Renderable = {
|
|
Type = "RenderableFieldlines",
|
|
VectorField = {
|
|
Type = "VolumeKameleon",
|
|
File = volumeFile,
|
|
Model = "BATSRUS",
|
|
Variables = {"bx", "by", "bz"}
|
|
},
|
|
Fieldlines = {
|
|
Stepsize = 1,
|
|
Classification = true
|
|
},
|
|
SeedPoints = {
|
|
Type = "File",
|
|
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_open_south_all.txt'
|
|
}
|
|
},
|
|
GuiName = "/Geometry/Fieldlines"
|
|
},
|
|
{
|
|
Name = "Fieldlines4",
|
|
Parent = "Earth",
|
|
Ephemeris = {
|
|
Type = "Static",
|
|
Position = { 0, 0, 0, 0},
|
|
},
|
|
Renderable = {
|
|
Type = "RenderableFieldlines",
|
|
VectorField = {
|
|
Type = "VolumeKameleon",
|
|
File = volumeFile,
|
|
Model = "BATSRUS",
|
|
Variables = {"bx", "by", "bz"}
|
|
},
|
|
Fieldlines = {
|
|
Stepsize = 1,
|
|
Classification = true
|
|
},
|
|
SeedPoints = {
|
|
Type = "File",
|
|
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_solar_wind_all.txt'
|
|
}
|
|
},
|
|
GuiName = "/Geometry/Fieldlines"
|
|
},
|
|
{
|
|
Name = "Fieldlines5",
|
|
Parent = "Earth",
|
|
Ephemeris = {
|
|
Type = "Static",
|
|
Position = { 0, 0, 0, 0},
|
|
},
|
|
Renderable = {
|
|
Type = "RenderableFieldlines",
|
|
VectorField = {
|
|
Type = "VolumeKameleon",
|
|
File = volumeFile,
|
|
Model = "BATSRUS",
|
|
Variables = {"bx", "by", "bz"}
|
|
},
|
|
Fieldlines = {
|
|
Stepsize = 1,
|
|
Classification = true
|
|
},
|
|
SeedPoints = {
|
|
Type = "File",
|
|
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_separatrix_seeds_all.txt'
|
|
}
|
|
},
|
|
GuiName = "/Geometry/Fieldlines"
|
|
}
|
|
} |