mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Add data files for digitaluniverse
Add files to gitignore file
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_2df_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_2df_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_2mass_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_2mass_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_6df_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_6df_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_abell_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_abell_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_alternatestarlabels_speck", Destination = "speck", Version = 1 },
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_backgroundradiation_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_backgroundradiation_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,7 @@ return {
|
||||
Size = 3975.41417036064E23,
|
||||
Segments = 80,
|
||||
Alpha = 0.5,
|
||||
Texture = "2-WMAP/textures/wmap_ilc_7yr_v4_200uK_RGB_sos.png",
|
||||
Texture = "textures/wmap_ilc_7yr_v4_200uK_RGB_sos.png",
|
||||
Orientation = "Inside/Outside"
|
||||
},
|
||||
GuiPath = "/Universe/Cosmic Microwave Background"
|
||||
@@ -21,7 +21,7 @@ return {
|
||||
Size = 3975.41417036064E23,
|
||||
Segments = 80,
|
||||
Alpha = 0.5,
|
||||
Texture = "2-COBE/textures/COBErect.png",
|
||||
Texture = "textures/COBErect.png",
|
||||
Orientation = "Inside/Outside"
|
||||
},
|
||||
GuiPath = "/Universe/Cosmic Microwave Background"
|
||||
@@ -34,52 +34,9 @@ return {
|
||||
Size = 3975.41417036064E23,
|
||||
Segments = 80,
|
||||
Alpha = 0.5,
|
||||
Texture = "2-Planck/textures/cmb4k.jpg",
|
||||
Texture = "textures/cmb4k.jpg",
|
||||
Orientation = "Inside/Outside",
|
||||
},
|
||||
GuiPath = "/Universe/Cosmic Microwave Background"
|
||||
},
|
||||
|
||||
--[[
|
||||
{
|
||||
Name = "Wilkinson Microwave Anisotropy Probe",
|
||||
Parent = "Root",
|
||||
Renderable = {
|
||||
Type = "RenderableDUMeshes",
|
||||
File = "2-WMAP/speck/wmap.speck",
|
||||
Texture = "2-WMAP/textures/ilc_9yr_moll4096BW.png",
|
||||
Unit = "Mpc",
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "Cosmic Background Explorer",
|
||||
Parent = "Root",
|
||||
Renderable = {
|
||||
Type = "RenderableDUMeshes",
|
||||
File = "2-COBE/speck/cobe.speck",
|
||||
Texture = "2-COBE/textures/403322main_COBEallsky_full.png",
|
||||
Unit = "Mpc",
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "CMB Planck",
|
||||
Parent = "Root",
|
||||
Renderable = {
|
||||
Type = "RenderableDUMeshes",
|
||||
File = "2-Planck/speck/planck.speck",
|
||||
Texture = "2-Planck/textures/Planck_CMB_BB.png",
|
||||
Unit = "Mpc",
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "CMB PreCOBE",
|
||||
Parent = "Root",
|
||||
Renderable = {
|
||||
Type = "RenderableDUMeshes",
|
||||
File = "2-PreCOBE/speck/preCOBE.speck",
|
||||
Texture = "2-PreCOBE/textures/preCOBE.png",
|
||||
Unit = "Mpc",
|
||||
},
|
||||
}
|
||||
]]--
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_clusters_speck", Destination = "speck", Version = 1 },
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_constellationbounds_data", Destination = "data", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_constellations_speck", Destination = "speck", Version = 1 },
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_dwarfs_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_dwarfs_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_exoplanets_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_exoplanets_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_globularclusters_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_globularclusters_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_grids_speck", Destination = "speck", Version = 1 },
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_groups_speck", Destination = "speck", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_h2regions_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_h2regions_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_kepler_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_kepler_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_localdwarfs_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_localdwarfs_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_obassociations_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_obassociations_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_openclusters_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_openclusters_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_planetarynebulae_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_planetarynebulae_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_pulsars_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_pulsars_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_quasars_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_quasars_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_sloandss_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_sloandss_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_starlabels_speck", Destination = "speck", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_superclusters_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_superclusters_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_supernovaremnants_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_supernovaremnants_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_tully_speck", Destination = "speck", Version = 1 }
|
||||
{ Identifier = "digitaluniverse_tully_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_voids_speck", Destination = "speck", Version = 1 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user