Feature/apogee galah update (#2080)

* Updated color map for gala and apogee
* Adding apogee-galah values for when they are read properly
This commit is contained in:
Micah Acinapura
2022-05-05 22:09:48 -04:00
committed by GitHub
parent 7d480552a9
commit deaf0467a5
5 changed files with 11 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ local colormaps = asset.syncedResource({
Name = "Stars Color Table",
Type = "HttpSynchronization",
Identifier = "stars_colormap",
Version = 2
Version = 3
})
asset.onInitialize(function ()

View File

@@ -16,7 +16,7 @@ local colormaps = asset.syncedResource({
Name = "Stars Color Table",
Type = "HttpSynchronization",
Identifier = "stars_colormap",
Version = 2
Version = 3
})
local textures = asset.syncedResource({

View File

@@ -9,7 +9,7 @@ local colormaps = asset.syncedResource({
Name = "Stars Color Table",
Type = "HttpSynchronization",
Identifier = "stars_colormap",
Version = 2
Version = 3
})
local textures = asset.syncedResource({
@@ -27,13 +27,14 @@ local gaia_abundance_apogee = {
File = speck .. "GaiaAbundApogee.speck",
ColorOption = "Other Data",
OtherData = "FeH",
MagnitudeExponent = 6.2,
MagnitudeExponent = 7.25,
SizeComposition = "Distance Modulus",
RenderMethod = "Texture Based",
Texture = textures .. "halo.png",
ColorRange = { { -0.8, 0.6 } },
-- ShapeTexture = textures .. "disc.png",
ColorMap = colormaps .. "colorbv.cmap",
OtherDataColorMap = colormaps .. "viridis.cmap",
OtherDataColorMap = colormaps .. "RainbowGradient.cmap",
StaticFilter = -9999,
StaticFilterReplacement = 0.0,
DataMapping = {

View File

@@ -16,7 +16,7 @@ local colormaps = asset.syncedResource({
Name = "Stars Color Table",
Type = "HttpSynchronization",
Identifier = "stars_colormap",
Version = 2
Version = 3
})
local textures = asset.syncedResource({

View File

@@ -9,7 +9,7 @@ local colormaps = asset.syncedResource({
Name = "Stars Color Table",
Type = "HttpSynchronization",
Identifier = "stars_colormap",
Version = 2
Version = 3
})
local textures = asset.syncedResource({
@@ -27,13 +27,14 @@ local gaia_abundance_galah = {
File = speck .. "GaiaAbundGalah.speck",
Texture = textures .. "halo.png",
-- ShapeTexture = textures .. "disc.png",
MagnitudeExponent = 6.2,
MagnitudeExponent = 7.25,
SizeComposition = "Distance Modulus",
RenderMethod = "Texture Based",
ColorOption = "Other Data",
OtherData = "FeH",
ColorMap = colormaps .. "colorbv.cmap",
OtherDataColorMap = colormaps .. "viridis.cmap",
OtherDataColorMap = colormaps .. "RainbowGradient.cmap",
ColorRange = { { -0.8, 0.6 } },
StaticFilter = -9999,
StaticFilterReplacement = 0.0,
DataMapping = {