Fix small JWST target images issue

This commit is contained in:
Malin E
2022-04-13 10:40:31 +02:00
parent 5f848312d2
commit 2b244f87fd
10 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ local CrabImage = {
Name = "Crab Nebula",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "crab-nebula.png",

View File

@@ -6,7 +6,7 @@ local HD84406Image = {
Name = "HD 84406 Star",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "HD84406.png",

View File

@@ -6,7 +6,7 @@ local HH212Image = {
Name = "HH 212",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "hh212.png",

View File

@@ -37,7 +37,7 @@ local HUDFImage = {
Name = "Hubble Ultra Deep Field",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "Hubble_ultra_deep_field.png",

View File

@@ -6,7 +6,7 @@ local M51Image = {
Name = "M51 Galaxy",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "m51-galaxy.png",

View File

@@ -6,7 +6,7 @@ local M82Image = {
Name = "M82 Galaxy",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "m82-galaxy.png",

View File

@@ -6,7 +6,7 @@ local OrionImage = {
Name = "Orion Nebula",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.0 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.0 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "orion-nebula.png",

View File

@@ -6,7 +6,7 @@ local RingImage = {
Name = "Ring Nebula",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "ring-nebula.png",

View File

@@ -6,7 +6,7 @@ local SN1987aImage = {
Name = "Supernova SN 1987a",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.0 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.0 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "sn1987a.png",

View File

@@ -6,7 +6,7 @@ local TrifidImage = {
Name = "Trifid Nebula",
UseRadiusAzimuthElevation = true,
FaceCamera = false,
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
UsePerspectiveProjection = false,
Opacity = 1.0,
TexturePath = image .. "trifid-nebula.png",