Remove high-resolution Mars kernel and fall back to regular de430 kernel

Use correct PlutoProject path instead of previous PlutoProjectionHybrid
Updated Ghoul version
This commit is contained in:
Alexander Bock
2016-04-18 15:11:13 +02:00
parent 4936a4a084
commit f76d65cf19
4 changed files with 5 additions and 5 deletions

View File

@@ -3,6 +3,6 @@ return {
{ Identifier = "mars_textures", Destination = "textures", Version = 1 }
},
TorrentFiles = {
{ File = "MAR063.BSP.torrent", Destination = "${SPICE}" }
-- { File = "MAR063.BSP.torrent", Destination = "${SPICE}" }
}
}

View File

@@ -37,7 +37,7 @@ return {
Reference = "ECLIPJ2000",
Observer = "SUN",
Kernels = {
"${OPENSPACE_DATA}/spice/MAR063.BSP"
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
}
},
Rotation = {

View File

@@ -50,8 +50,8 @@ return {
MieColor = {1.0, 1.0, 1.0}
},
Projection = {
Sequence = "${OPENSPACE_DATA}/scene/newhorizons/pluto/plutoprojectionhybrid/images",
EventFile = "${OPENSPACE_DATA}/scene/newhorizons/pluto/plutoprojectionhybrid/assets/core_v9h_obs_getmets_v8_time_fix_nofrcd_mld.txt",
Sequence = "${OPENSPACE_DATA}/scene/newhorizons/pluto/plutoprojection/images",
EventFile = "${OPENSPACE_DATA}/scene/newhorizons/pluto/plutoprojection/assets/core_v9h_obs_getmets_v8_time_fix_nofrcd_mld.txt",
SequenceType = "hybrid",
Observer = "NEW HORIZONS",
Target = "PLUTO",